commit efdca8c7195228698ccd6a4dc21debd478014e61 parent 8173db9f7bd3cbc6c322c5b375563347393103b2 Author: Dan Callaghan <djc@djc.id.au> Date: Mon, 21 Apr 2025 14:37:33 +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.3"
+ VERSION = "1.3#{git_suffix}"
end