Skip to content

Commit

Permalink
bump to 3.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
scambra committed Nov 21, 2024
1 parent 002f1ac commit ee46927
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GIT
PATH
remote: .
specs:
active_scaffold (3.7.8)
active_scaffold (3.7.9)
cow_proxy (~> 0.3)
ice_nine (~> 0.11)
rails (>= 5.2.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/active_scaffold/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module ActiveScaffold
module Version
MAJOR = 3
MINOR = 7
PATCH = 8
PATCH = 9
FIX = nil

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

0 comments on commit ee46927

Please sign in to comment.