diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2023-11-01 14:02:18 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2023-11-01 14:04:57 -0400 |
commit | 3a6255308e0daa69e32fbc9ac893f55aab610294 (patch) | |
tree | 55a13235eb62cce435df823e835c10ff8481af5b /org | |
parent | version & changelog, tag for release (diff) |
version & changelog, open commit window
Diffstat (limited to 'org')
-rw-r--r-- | org/config_build.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org/config_build.org b/org/config_build.org index 6e6e805f..a88f0f3f 100644 --- a/org/config_build.org +++ b/org/config_build.org @@ -59,7 +59,7 @@ git log --pretty=format:"%h %ad - %s%d [%an]" --graph --date=short --no-merges > #+BEGIN_SRC ruby #% constants module SiSUversion - SiSU_version = '7.3.0' + SiSU_version = '7.3.1' end module Dev GPGpubKey = '1BB4B289' |