commit 246af74692a1470b2d484fbd3ef7eed757e2a876 parent 3a51f318eac474952d23df057d9ae6c2dde19d50 Author: Dan Callaghan <djc@djc.id.au> Date: Tue, 21 Apr 2026 18:54:38 +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.4"
+ VERSION = "1.4#{git_suffix}"
end