Version 2.1.0

* Haml 6 support
This commit is contained in:
Akira Matsuda 2022-09-24 18:52:12 +09:00
parent aa0cde5a8e
commit 60dca31f4b
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
module Haml
module Rails
VERSION = "2.0.1"
VERSION = "2.1.0"
end
end