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:
-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