chore: bump version

This commit is contained in:
Nelson Jovel 2024-01-10 12:10:02 -08:00
parent 1d3909a694
commit 07dbe5c32e
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
PATH
remote: .
specs:
dashboard (0.1.6)
dashboard (0.1.8)
activerecord-import
bcrypt_pbkdf
cssbundling-rails

View file

@ -1,3 +1,3 @@
module Dashboard
VERSION = "0.1.7"
VERSION = "0.1.8"
end