Skip to content

Commit de72c6e

Browse files
authored
fix: schema version generation for all versions (#613)
1 parent 18d7f75 commit de72c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/forest_liana/bootstrapper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def namespace_duplicated_models
202202
def setup_forest_liana_meta
203203
ForestLiana.meta = {
204204
liana: 'forest-rails',
205-
liana_version: ForestLiana::VERSION.sub!('.beta', '-beta'),
205+
liana_version: ForestLiana::VERSION.sub('.beta', '-beta'),
206206
stack: {
207207
database_type: database_type,
208208
orm_version: Gem.loaded_specs["activerecord"].version.version,

0 commit comments

Comments
 (0)