diff --git a/Gemfile.lock b/Gemfile.lock index b58a14aaf..d79bedff0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - mrsk (0.9.0) + mrsk (0.9.1) activesupport (>= 7.0) bcrypt_pbkdf (~> 1.0) dotenv (~> 2.8) diff --git a/lib/mrsk/version.rb b/lib/mrsk/version.rb index 264c0a4a5..c6506abb9 100644 --- a/lib/mrsk/version.rb +++ b/lib/mrsk/version.rb @@ -1,3 +1,3 @@ module Mrsk - VERSION = "0.9.0" + VERSION = "0.9.1" end