Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Z-Bolt/OctoScreen.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffB42 <10328858+JeffB42@users.noreply.github.com>2020-12-29 22:15:19 +0300
committerJeffB42 <10328858+JeffB42@users.noreply.github.com>2020-12-29 22:15:19 +0300
commit2f06367fe0f765a27204d0744b33166201d5f33d (patch)
treeb9deb7566254fa1732a04b05d622f426bb68c91f
parent928032ac85937db0e0c034905528e56b1c2051b0 (diff)
removed development notice2.6.0
-rwxr-xr-xui/CommonPanel.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/CommonPanel.go b/ui/CommonPanel.go
index 0b520e7..6762c5c 100755
--- a/ui/CommonPanel.go
+++ b/ui/CommonPanel.go
@@ -15,7 +15,7 @@ import (
)
// OctoScreenVersion - set at compilation time.
-var OctoScreenVersion = "2.6.0 (development/experimental)"
+var OctoScreenVersion = "2.6.0"
type CommonPanel struct {
UI *UI