Update Picocrypt.go: bump var version to 1.49

This commit is contained in:
Evan Su 2025-08-01 16:55:50 -04:00 committed by GitHub
parent c04aa8585d
commit 33b349d86d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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