From 1167ae67a72d3711debf49f3fe6247df466bd55e Mon Sep 17 00:00:00 2001 From: Matthew Graber Date: Tue, 14 May 2024 11:56:51 -0700 Subject: [PATCH] Bumped OnEarth to v2.7.10-3 --- version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.sh b/version.sh index d4ae6d7e..ff00c618 100755 --- a/version.sh +++ b/version.sh @@ -4,4 +4,4 @@ export ONEARTH_VERSION=2.7.10 # 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=2 # This must be manually incremented with each OnEarth build +export ONEARTH_RELEASE=3 # This must be manually incremented with each OnEarth build