Skip to content

Commit 4204d71

Browse files
committed
Passenger 6.0.27
1 parent 5450051 commit 4204d71

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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)
1+
## 3.1.3 (release date: 2025-04-04)
2+
* Upgraded to Ruby 3.1.7 (from 3.1.6).
3+
* Upgraded to Ruby 3.2.8 (from 3.2.7).
4+
* Upgraded to Phusion Passenger 6.0.27 (from 6.0.26).
45

56
## 3.1.2 (release date: 2025-02-19)
67
* Upgraded to Ruby 3.4.2 (from 3.4.1).

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ REGISTRY = docker.io
77
endif
88

99
NAME ?= $(REGISTRY)/phusion/passenger
10-
VERSION ?= 3.1.2
10+
VERSION ?= 3.1.3
1111

1212
# NAME and/or VERSION can be overriden during build if you are building locally to push to your own repository
1313
# example:

0 commit comments

Comments
 (0)