aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-05-21 20:20:20 +0200
committerJoe <rbo@gmx.us>2024-05-21 20:20:20 +0200
commit26ce5bd92ed41bcb284c7a294972300e1da5b0c7 (patch)
tree5999fc41832ee48323a6b75894ac244b1b5f9135
parentscroll fix (diff)
downloadhardflip-26ce5bd92ed41bcb284c7a294972300e1da5b0c7.tar.gz
hardflip-26ce5bd92ed41bcb284c7a294972300e1da5b0c7.tar.bz2
hardflip-26ce5bd92ed41bcb284c7a294972300e1da5b0c7.tar.xz
hardflip-26ce5bd92ed41bcb284c7a294972300e1da5b0c7.tar.zst
hardflip-26ce5bd92ed41bcb284c7a294972300e1da5b0c7.zip
version update
-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 ea3de6f..94cf59f 100644
--- a/src/c_defs.go
+++ b/src/c_defs.go
@@ -56,7 +56,7 @@ const (
STYLE_FILE_NAME = "colors.yml"
CONF_DIR_NAME = "hf"
DATA_DIR_NAME = "hf"
- VERSION = "v1.0"
+ VERSION = "v1.0.1"
VERSION_NAME = "wheelbite"
)