Begin v1.27

This commit is contained in:
Evan Su 2022-04-18 23:47:16 -04:00 committed by GitHub
parent 34033d46e7
commit 5312c149be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ package main
/*
Picocrypt v1.26
Picocrypt v1.27
Copyright (c) Evan Su (https://evansu.cc)
Released under a GNU GPL v3 License
https://github.com/HACKERALERT/Picocrypt
@ -48,7 +48,7 @@ import (
)
// Generic variables
var version = "v1.26"
var version = "v1.27"
var window *giu.MasterWindow
var dpi float32
var mode string