We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d5694c commit b6f1842Copy full SHA for b6f1842
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+# v1.7.4
4
+
5
+* Update to Ruby 3.3.5
6
+* Update to Rails 7.2.1
7
8
# v1.7.3
9
10
* Update to Ruby 3.3.4
config/initializers/version.rb
@@ -1,4 +1,4 @@
-Rails.application.config.x.version = "1.7.3"
+Rails.application.config.x.version = "1.7.4"
# Docker Cloud will pass the git commit it is building the image from
# See: https://docs.docker.com/docker-hub/builds/advanced/
0 commit comments