Begin v1.27
This commit is contained in:
parent
34033d46e7
commit
5312c149be
|
@ -2,7 +2,7 @@ package main
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Picocrypt v1.26
|
Picocrypt v1.27
|
||||||
Copyright (c) Evan Su (https://evansu.cc)
|
Copyright (c) Evan Su (https://evansu.cc)
|
||||||
Released under a GNU GPL v3 License
|
Released under a GNU GPL v3 License
|
||||||
https://github.com/HACKERALERT/Picocrypt
|
https://github.com/HACKERALERT/Picocrypt
|
||||||
|
@ -48,7 +48,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
// Generic variables
|
// Generic variables
|
||||||
var version = "v1.26"
|
var version = "v1.27"
|
||||||
var window *giu.MasterWindow
|
var window *giu.MasterWindow
|
||||||
var dpi float32
|
var dpi float32
|
||||||
var mode string
|
var mode string
|
||||||
|
|
Loading…
Reference in New Issue