Skip to content

Commit

Permalink
Beta-3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nallux-dozryl committed Dec 16, 2022
1 parent 5e6800f commit 1c80580
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/orchestrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class Orchestrator:
_disk = None

# GroundSeg
gs_version = 'Beta-3.5.0-edge'
gs_version = 'Beta-3.5.0'
anchor_config = {'lease': None,'ongoing': None}
minIO_on = False
config = {}
Expand Down
2 changes: 1 addition & 1 deletion api/webui_docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
client = docker.from_env()

class WebUIDocker:
_webui_img = "nativeplanet/groundseg-webui:edge"
_webui_img = "nativeplanet/groundseg-webui:latest"

def __init__(self,port):
client.images.pull(self._webui_img)
Expand Down
2 changes: 1 addition & 1 deletion release/version.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.0.0,36d3fabca33485c8dd70e15dea1435ec05d41ad78e2f6aff769eeeb494eca840,https://github.com/Native-Planet/GroundSeg/releases/download/1.0.0/groundseg
Beta-3.5.0,79c4c71dfede94a2f0ea3d5331437872acb130664f1e9d492c127c2e13d16be1,https://github.com/Native-Planet/GroundSeg/releases/download/beta-3.5.0/groundseg
Beta-3.4.0,eb1f6f327e160ad192fde4996791758ae711538ca966b0cd1f679fd7ebee5824,https://github.com/Native-Planet/GroundSeg/releases/download/beta-3.4.0/groundseg
Beta-3.3.7,5a3df4778cc58fa60fcbd5c765fd27f3939be49bd3ae25c37ba0a5e453e6e076,https://github.com/Native-Planet/GroundSeg/releases/download/beta-3.3.7/groundseg
Beta-3.3.5,b2a551603d6476834bf1d97bff76c75ea14fb73116a63f3898ae9ca4969199a4,https://github.com/Native-Planet/GroundSeg/releases/download/beta-3.3.5/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 = 'Beta-3.5.0-edge'
export const webuiVersion = 'Beta-3.5.0'

//
// fade transition params
Expand Down

0 comments on commit 1c80580

Please sign in to comment.