diff options
author | Joe <rbo@gmx.us> | 2024-05-14 20:20:20 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-05-14 20:20:20 +0200 |
commit | 2e406c7f372734efa79758912766e0b733152c23 (patch) | |
tree | 0c1ecc89235e0ad3109ee1c42b7dbbdfa37520d7 /src/c_defs.go | |
parent | fuck yea (diff) | |
download | hardflip-2e406c7f372734efa79758912766e0b733152c23.tar.gz hardflip-2e406c7f372734efa79758912766e0b733152c23.tar.bz2 hardflip-2e406c7f372734efa79758912766e0b733152c23.tar.xz hardflip-2e406c7f372734efa79758912766e0b733152c23.tar.zst hardflip-2e406c7f372734efa79758912766e0b733152c23.zip |
up
Diffstat (limited to 'src/c_defs.go')
-rw-r--r-- | src/c_defs.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c_defs.go b/src/c_defs.go index db83356..b193a9c 100644 --- a/src/c_defs.go +++ b/src/c_defs.go @@ -56,7 +56,7 @@ const ( CONF_DIR_NAME = "hf" DATA_DIR_NAME = "hf" VERSION = "v0.6" - VERSION_NAME = "" + VERSION_NAME = "pre-release" ) const ( |