Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nallux-dozryl committed Dec 14, 2023
1 parent 875fecf commit f89b3ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release/groundseg_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ui/src/lib/stores/display.js
Original file line number Diff line number Diff line change
@@ -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")

0 comments on commit f89b3ec

Please sign in to comment.