Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nallux-dozryl committed Jan 6, 2023
1 parent 47b9140 commit fc5c904
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/orchestrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class Orchestrator:
_disk = None

# GroundSeg
gs_version = 'v1.0.3-edge'
gs_version = 'v1.0.3'
_vm = False
_npbox = False
_c2c_mode = False
Expand Down
1 change: 1 addition & 0 deletions release/version.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
v1.0.3,89edf23ff3b7ba4769447823a11cf1b7968a89055095568fe6bf48361c795179,https://github.com/Native-Planet/GroundSeg/releases/download/v1.0.3/groundseg
v1.0.2,26e027154051ec0474eee1ee880460bc875d4ddfe37631abeb31be7dbbfa15b3,https://github.com/Native-Planet/GroundSeg/releases/download/v1.0.2/groundseg
v1.0.1,b9f635e18ce391e18ab5c789f785394129ee5fb18c31032d051978f863385321,https://github.com/Native-Planet/GroundSeg/releases/download/v1.0.1/groundseg
v1.0.0,f821c439ab5b4d47867fa40ba3e045f32143e16d7143534b3a6186e4e9a56ec1,https://github.com/Native-Planet/GroundSeg/releases/download/v1.0.0/groundseg
Expand Down
2 changes: 1 addition & 1 deletion ui/src/lib/api.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { writable } from 'svelte/store'

export const webuiVersion = 'v1.0.3-edge'
export const webuiVersion = 'v1.0.3'

//
// fade transition params
Expand Down

0 comments on commit fc5c904

Please sign in to comment.