Skip to content

Commit

Permalink
Merge pull request #394 from epimorphics/task/rc-v1.7.3
Browse files Browse the repository at this point in the history
Reconcile changes from release candidate v1.7.3
  • Loading branch information
jonrandahl authored Apr 3, 2024
2 parents bb4b5e6 + 5c1bcdf commit cbb746f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## unreleased

## 1.7.3 - 2024-03-15

- (Jon) Updated puma.rb configuration to accept both `RAILS_MIN_THREADS` and
`RAILS_MAX_THREADS` environment variables to allow a more flexible configuration
for the application to run in different environments.
Expand Down
2 changes: 1 addition & 1 deletion app/lib/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Version
MAJOR = 1
MINOR = 7
PATCH = 2
PATCH = 3
SUFFIX = nil
VERSION = "#{MAJOR}.#{MINOR}.#{PATCH}#{SUFFIX && ".#{SUFFIX}"}"
end

0 comments on commit cbb746f

Please sign in to comment.