diff --git a/release/groundseg_install.sh b/release/groundseg_install.sh index 706f20c9..b6ed6793 100755 --- a/release/groundseg_install.sh +++ b/release/groundseg_install.sh @@ -8,7 +8,7 @@ sudo firewall-cmd --reload ACC=Native-Planet REPO=GroundSeg BRANCH=master -TAG=v2.0.9 +TAG=v2.0.10 DEVICE_ARCH=$(uname -m) # Directory to save the scrips diff --git a/ui/src/lib/stores/display.js b/ui/src/lib/stores/display.js index 259b9d14..360194cc 100644 --- a/ui/src/lib/stores/display.js +++ b/ui/src/lib/stores/display.js @@ -1,4 +1,4 @@ import { writable } from 'svelte/store' export const wide = writable(true) -export const version = writable("v2.0.9") +export const version = writable("v2.0.10")