From 1a4b3c29d4829d3b09602f800ca7afff614a0c36 Mon Sep 17 00:00:00 2001 From: Joe Roberts Date: Mon, 15 Jul 2024 00:09:09 -0700 Subject: [PATCH] Bump OnEarth release number to 2.8.2-4 --- version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.sh b/version.sh index eb185cd5..dcf7f100 100755 --- a/version.sh +++ b/version.sh @@ -4,4 +4,4 @@ export ONEARTH_VERSION=2.8.2 # This must be manually incremented with each OnEarth version # The onearth release to use in the Docker image tag (e.g. onearth-wms:{ONEARTH_VERSION}-{ONEARTH_RELEASE}). -export ONEARTH_RELEASE=3 # This must be manually incremented with each OnEarth build +export ONEARTH_RELEASE=4 # This must be manually incremented with each OnEarth build