From ed5901b9f0e79d851dd0d923abfdf512a3a5baaf Mon Sep 17 00:00:00 2001 From: John Nunemaker Date: Tue, 19 Nov 2024 08:28:43 -0500 Subject: [PATCH] Release 1.3.2 --- lib/flipper/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/flipper/version.rb b/lib/flipper/version.rb index 29cefb0f..c18a1866 100644 --- a/lib/flipper/version.rb +++ b/lib/flipper/version.rb @@ -1,5 +1,5 @@ module Flipper - VERSION = '1.3.1'.freeze + VERSION = '1.3.2'.freeze REQUIRED_RUBY_VERSION = '2.6'.freeze NEXT_REQUIRED_RUBY_VERSION = '3.0'.freeze