From 104f56f57e9131ea029f2cdf7d3f648e1156e492 Mon Sep 17 00:00:00 2001 From: Dan Callaghan Date: Sun, 21 Apr 2024 11:56:26 +1000 Subject: [PATCH] prepare for next release --- lib/sup/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sup/version.rb b/lib/sup/version.rb index 1e72bb33..a675e738 100644 --- 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