diff options
author | Joe <rbo@gmx.us> | 2024-02-01 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-02-01 20:20:20 +0100 |
commit | ef724f7d56569a1ac32e6270c26b9c203fa99bfe (patch) | |
tree | 9fecc0c86e789c0dc92e73fb037d0714ffef5269 /src | |
parent | better jump (diff) | |
download | hardflip-ef724f7d56569a1ac32e6270c26b9c203fa99bfe.tar.gz hardflip-ef724f7d56569a1ac32e6270c26b9c203fa99bfe.tar.bz2 hardflip-ef724f7d56569a1ac32e6270c26b9c203fa99bfe.tar.xz hardflip-ef724f7d56569a1ac32e6270c26b9c203fa99bfe.tar.zst hardflip-ef724f7d56569a1ac32e6270c26b9c203fa99bfe.zip |
road
Diffstat (limited to '')
-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 8aff2c2..1b25cb6 100644 --- a/src/c_defs.go +++ b/src/c_defs.go @@ -55,7 +55,7 @@ const ( CONF_FILE_NAME = "config.yml" CONF_DIR_NAME = "hf" DATA_DIR_NAME = "hf" - VERSION = "v0.2" + VERSION = "v0.4" ) const ( |