From 3394dd096911a81202eb9acb1c4ac7cb636414ed Mon Sep 17 00:00:00 2001 From: Matthew Graber Date: Wed, 12 Jun 2024 09:59:08 -0700 Subject: [PATCH] Bumped OnEarth version to v2.8.1-1 --- version.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.sh b/version.sh index f846a4ab..915e618b 100755 --- a/version.sh +++ b/version.sh @@ -1,7 +1,7 @@ #!/bin/sh # The onearth version to use in the Docker image tag (e.g. onearth-wms:{ONEARTH_VERSION}-{ONEARTH_RELEASE}). -export ONEARTH_VERSION=2.8.0 # This must be manually incremented with each OnEarth version +export ONEARTH_VERSION=2.8.1 # 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=1 # This must be manually incremented with each OnEarth build