From 74d8440f30a112b2de0838099b57010fead722f2 Mon Sep 17 00:00:00 2001 From: Camden Narzt Date: Thu, 18 Jan 2024 14:16:26 -0700 Subject: [PATCH] bump version due to major changes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index afc16423..1e1935c5 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ REGISTRY = docker.io endif NAME ?= $(REGISTRY)/phusion/passenger -VERSION ?= 2.6.2 +VERSION ?= 3.0.0 # NAME and/or VERSION can be overriden during build if you are building locally to push to your own repository # example: