Bump version for 0.11.0

This commit is contained in:
David Heinemeier Hansson
2023-04-12 11:45:33 +02:00
parent 2d0a7e1b67
commit 60a19f0b30
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
mrsk (0.10.1) mrsk (0.11.0)
activesupport (>= 7.0) activesupport (>= 7.0)
bcrypt_pbkdf (~> 1.0) bcrypt_pbkdf (~> 1.0)
dotenv (~> 2.8) dotenv (~> 2.8)

View File

@@ -1,3 +1,3 @@
module Mrsk module Mrsk
VERSION = "0.10.1" VERSION = "0.11.0"
end end