diff --git a/Gemfile.lock b/Gemfile.lock index 55c75b0a..59a5293f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - mrsk (0.0.3) + mrsk (0.1.0) activesupport (>= 7.0) sshkit (~> 1.21) thor (~> 1.2) diff --git a/lib/mrsk/version.rb b/lib/mrsk/version.rb index 38257588..4e6d1d2f 100644 --- a/lib/mrsk/version.rb +++ b/lib/mrsk/version.rb @@ -1,3 +1,3 @@ module Mrsk - VERSION = "0.0.3" + VERSION = "0.1.0" end