0.0.3. Minor updates. /JL

This commit is contained in:
2022-12-09 12:19:03 +01:00
parent d23451b98d
commit 616c2d6f3d
2 changed files with 1 additions and 1 deletions
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -14,7 +14,7 @@ type MyMainWindow struct {
const (
AppName string = "BeadImager"
Version string = "0.0.2"
Version string = "0.0.3"
CopyRight string = "©2022 Jan Lerking"
STD_MESS string = "Ready"
)