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 5450051 commit 4204d71Copy full SHA for 4204d71
CHANGELOG.md
@@ -1,6 +1,7 @@
1
-## 3.1.3 (not yet released)
2
- * Upgraded to Ruby 3.1.7 (from 3.1.6)
3
- * Upgraded to Ruby 3.2.8 (from 3.2.7)
+## 3.1.3 (release date: 2025-04-04)
+ * Upgraded to Ruby 3.1.7 (from 3.1.6).
+ * Upgraded to Ruby 3.2.8 (from 3.2.7).
4
+ * Upgraded to Phusion Passenger 6.0.27 (from 6.0.26).
5
6
## 3.1.2 (release date: 2025-02-19)
7
* Upgraded to Ruby 3.4.2 (from 3.4.1).
Makefile
@@ -7,7 +7,7 @@ REGISTRY = docker.io
endif
8
9
NAME ?= $(REGISTRY)/phusion/passenger
10
-VERSION ?= 3.1.2
+VERSION ?= 3.1.3
11
12
# NAME and/or VERSION can be overriden during build if you are building locally to push to your own repository
13
# example:
0 commit comments