From cc6d69cc1fb4d20b215138fa103a19e7188861a1 Mon Sep 17 00:00:00 2001 From: Chris Colvard Date: Mon, 5 Dec 2022 09:29:05 -0500 Subject: [PATCH] Bump version for bugfix --- lib/active_encode/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/active_encode/version.rb b/lib/active_encode/version.rb index 16f170e..c95ba4f 100644 --- a/lib/active_encode/version.rb +++ b/lib/active_encode/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module ActiveEncode - VERSION = '1.1.0' + VERSION = '1.1.1' end