From d7a918cc2b24b4261fead06538d7d8f8d8b2a1d1 Mon Sep 17 00:00:00 2001 From: Prem Sichanugrist Date: Fri, 1 Mar 2019 17:49:09 +0900 Subject: [PATCH] Bump to 1.1.2 --- lib/active_record/session_store/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/active_record/session_store/version.rb b/lib/active_record/session_store/version.rb index 3e1266d..61a9475 100644 --- a/lib/active_record/session_store/version.rb +++ b/lib/active_record/session_store/version.rb @@ -1,5 +1,5 @@ module ActiveRecord module SessionStore - VERSION = '1.1.1' + VERSION = "1.1.2".freeze end end