From eed760e3350eef5223b4494bbf85778ca26efe6b Mon Sep 17 00:00:00 2001 From: Joe Haig Date: Wed, 30 Jun 2021 16:27:01 +0100 Subject: [PATCH] Set next version to 3.2 The version was set to 5.2, to track the Rails version, but this was never released on Rubygems. IMO, there is no reason to link to the Rail version unless it is the intention to support multiple major versions which is unnecessary for this gem. --- lib/amoeba/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/amoeba/version.rb b/lib/amoeba/version.rb index 3db85a2..82fa0a3 100644 --- a/lib/amoeba/version.rb +++ b/lib/amoeba/version.rb @@ -1,3 +1,3 @@ module Amoeba - VERSION = '5.2.0' + VERSION = '3.2.0' end