commit 48c7ad3dc896b5f868f81221001d2e3594775ccf parent 73c533596ca6b6654214ec5924417c7b64a42a1b Author: Dan Callaghan <djc@djc.id.au> Date: Sun, 12 Jul 2020 10:53:50 +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.0"
+ VERSION = "1.1#{git_suffix}"
end