0.0.20 Added beads onhand. /JL

This commit is contained in:
Jan Lerking
2022-12-14 12:43:32 +01:00
parent e0839aa3b7
commit c29ad7048d
2 changed files with 16 additions and 4 deletions
+5 -4
View File
@@ -27,12 +27,13 @@ type MyMainWindow struct {
const (
AppName string = "BeadImager"
Version string = "0.0.19"
Version string = "0.0.20"
CopyRight string = "©2022 Jan Lerking"
STD_MESS string = "Ready"
UserPath string = "C:\\Users\\janle\\BeadImager"
LogFile string = "BeadImager.log"
Sep string = "\\"
//UserPath string = "C:\\Users\\janle\\BeadImager"
UserPath string = "C:\\Users\\dksojlg\\BeadImager"
LogFile string = "BeadImager.log"
Sep string = "\\"
)
func main() {