From 8434b9e78669a252c4957430fb4decc3d6628613 Mon Sep 17 00:00:00 2001 From: Matthew Graber Date: Thu, 30 May 2024 10:01:57 -0700 Subject: [PATCH] Bumped OnEarth release to v2.8.0-2 --- version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.sh b/version.sh index 54c735c8..f846a4ab 100755 --- a/version.sh +++ b/version.sh @@ -4,4 +4,4 @@ export ONEARTH_VERSION=2.8.0 # 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=1 # This must be manually incremented with each OnEarth build +export ONEARTH_RELEASE=2 # This must be manually incremented with each OnEarth build