Skip to content

Commit

Permalink
release 1.20.0 (#132)
Browse files Browse the repository at this point in the history
Co-authored-by: nick <nicholas.newberry@oxaro.com>
  • Loading branch information
oxaronick and nick authored Nov 5, 2024
1 parent 23f2729 commit 56c64a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/initializers/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Rails.configuration.version = if Dir.exist?('.git')
`git describe --tags`.strip
else
"1.15.0"
# make this calculated in production, or at least have tests or something else to detect drift from git tag
"v1.20.0"
end

0 comments on commit 56c64a3

Please sign in to comment.