Skip to content

Commit

Permalink
fix rubocop offense
Browse files Browse the repository at this point in the history
  • Loading branch information
scambra committed Dec 9, 2024
1 parent d576a45 commit 3004c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/active_scaffold/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Version
MAJOR = 4
MINOR = 0
PATCH = 0
FIX = 'rc1'
FIX = 'rc1'.freeze

STRING = [MAJOR, MINOR, PATCH, FIX].compact.join('.')
end
Expand Down

0 comments on commit 3004c84

Please sign in to comment.