diff options
| author | Jeff Carr <[email protected]> | 2024-11-16 00:07:41 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-16 00:07:41 -0600 |
| commit | 47d10c231f09ee5d4dcb4e4c27c7f027c1f792ae (patch) | |
| tree | 528fff2efddebc973e6805a554d1fd57f6722e44 /main.go | |
| parent | 1579e18f699d054a331b670be64af6ff0f941cae (diff) | |
fix buildv0.22.5
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ import ( // are sent via -ldflags at buildtime var VERSION string -var GUIVERSION string +var BUILDTIME string //go:embed resources/* var resources embed.FS |
