commit 104f56f57e9131ea029f2cdf7d3f648e1156e492 parent 76d6195181cec1b1b4d7b7316f8b20ef238df95f Author: Dan Callaghan <djc@djc.id.au> Date: Sun, 21 Apr 2024 11:56:26 +1000 prepare for next release Diffstat:
| M | lib/sup/version.rb | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/sup/version.rb b/lib/sup/version.rb
@@ -8,5 +8,5 @@ def git_suffix
end
module Redwood
- VERSION = "1.2"
+ VERSION = "1.2#{git_suffix}"
end