Bump version for 0.7.0

This commit is contained in:
David Heinemeier Hansson
2023-02-18 16:27:08 +01:00
parent 3075f8daf1
commit 4b0a8728f1
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
mrsk (0.6.4) mrsk (0.7.0)
activesupport (>= 7.0) activesupport (>= 7.0)
dotenv (~> 2.8) dotenv (~> 2.8)
sshkit (~> 1.21) sshkit (~> 1.21)

View File

@@ -1,3 +1,3 @@
module Mrsk module Mrsk
VERSION = "0.6.4" VERSION = "0.7.0"
end end