0.2.1 Updated pegboard lists. /JL

This commit is contained in:
2022-12-18 22:04:22 +01:00
parent abb43aada8
commit 8e2bae5203
3 changed files with 46 additions and 14 deletions
+2 -2
View File
@@ -24,13 +24,13 @@ type MyMainWindow struct {
serie_combo *walk.ComboBox
serie_model []string
pegboard_combo *walk.ComboBox
pegboard_model []string
Pegboards *Pegboards
properties *properties
}
const (
AppName string = "BeadImager"
Version string = "0.2.0"
Version string = "0.2.1"
CopyRight string = "©2022 Jan Lerking"
STD_MESS string = "Ready"
LogFile string = "BeadImager.log"