Bump version for 0.3.0

This commit is contained in:
David Heinemeier Hansson
2023-01-27 16:19:31 +01:00
parent 407e1cc028
commit 0111fcc4e4
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
mrsk (0.2.0) mrsk (0.3.0)
activesupport (>= 7.0) activesupport (>= 7.0)
sshkit (~> 1.21) sshkit (~> 1.21)
thor (~> 1.2) thor (~> 1.2)

View File

@@ -1,3 +1,3 @@
module Mrsk module Mrsk
VERSION = "0.2.0" VERSION = "0.3.0"
end end