mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2026-03-11 14:04:23 +00:00
Update Picocrypt.go: bump var version to 1.49
This commit is contained in:
parent
c04aa8585d
commit
33b349d86d
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ var TRANSPARENT = color.RGBA{0x00, 0x00, 0x00, 0x00}
|
|||
|
||||
// Generic variables
|
||||
var window *giu.MasterWindow
|
||||
var version = "v1.48"
|
||||
var version = "v1.49"
|
||||
var dpi float32
|
||||
var mode string
|
||||
var working bool
|
||||
|
|
|
|||
Loading…
Reference in a new issue