update version

This commit is contained in:
bcharest 2023-06-30 15:35:14 -04:00
parent 3f690f48ac
commit f182fe6fda
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ type Version struct {
// version variable that will be set at build time by versionManager.exe // version variable that will be set at build time by versionManager.exe
// *** DO NOT EDIT *** // *** DO NOT EDIT ***
var versionNumber Version = Version{0, 0, 0, 32} var versionNumber Version = Version{0, 0, 0, 33}
// GetFullVersion returns the full version number as a string // GetFullVersion returns the full version number as a string
func GetFullVersion() string { func GetFullVersion() string {