From 4a0d020b998367f84b0ec4fd60fade624f0a5721 Mon Sep 17 00:00:00 2001 From: Alan Hodgson Date: Tue, 22 Oct 2024 13:04:30 -0700 Subject: [PATCH] bump version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0d03017..efd6f2e 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ REGISTRY = docker.io endif NAME ?= $(REGISTRY)/phusion/passenger -VERSION ?= 3.0.8 +VERSION ?= 3.1.0 # NAME and/or VERSION can be overriden during build if you are building locally to push to your own repository # example: