From 50e81319339d847a07a67eb32d77dbbbe4636317 Mon Sep 17 00:00:00 2001 From: Prem Sichanugrist Date: Sat, 23 Mar 2019 14:16:20 +0900 Subject: [PATCH] Bump to 1.1.3 --- 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 61a9475..d38a0bd 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.2".freeze + VERSION = "1.1.3".freeze end end