aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-04-25 20:20:20 +0200
committerJoe <rbo@gmx.us>2024-04-25 20:20:20 +0200
commit2dc207cc0dd07a74f2b1431f8c8a9e4cb1901d0b (patch)
tree0e3a52045f4303a47e45c47d11ff512e6be2d643
parentrename go (diff)
downloadhardflip-2dc207cc0dd07a74f2b1431f8c8a9e4cb1901d0b.tar.gz
hardflip-2dc207cc0dd07a74f2b1431f8c8a9e4cb1901d0b.tar.bz2
hardflip-2dc207cc0dd07a74f2b1431f8c8a9e4cb1901d0b.tar.xz
hardflip-2dc207cc0dd07a74f2b1431f8c8a9e4cb1901d0b.tar.zst
hardflip-2dc207cc0dd07a74f2b1431f8c8a9e4cb1901d0b.zip
go
-rw-r--r--src/c_defs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c_defs.go b/src/c_defs.go
index 53c8317..b3491ff 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.5"
+ VERSION = "v0.6"
VERSION_NAME = ""
)