Bump version

This commit is contained in:
Evan Su 2023-04-12 23:11:20 -04:00 committed by GitHub
parent 5691e8109b
commit 6ac05ef69d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ package main
/*
Picocrypt v1.31
Picocrypt v1.32
Copyright (c) Evan Su
Released under a GNU GPL v3 License
https://github.com/HACKERALERT/Picocrypt
@ -58,7 +58,7 @@ var TRANSPARENT = color.RGBA{0x00, 0x00, 0x00, 0x00}
// Generic variables
var window *giu.MasterWindow
var version = "v1.31"
var version = "v1.32"
var dpi float32
var mode string
var working bool