aboutsummaryrefslogtreecommitdiffstats
path: root/src/c_defs.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-05-17 20:20:20 +0200
committerJoe <rbo@gmx.us>2024-05-17 20:20:20 +0200
commitcc0d720da1cc67c2efa506b1da2c182f41d3cf41 (patch)
treeff5a77d7e8b884bdb7d427a097b6f197876193bb /src/c_defs.go
parentcool (diff)
downloadhardflip-cc0d720da1cc67c2efa506b1da2c182f41d3cf41.tar.gz
hardflip-cc0d720da1cc67c2efa506b1da2c182f41d3cf41.tar.bz2
hardflip-cc0d720da1cc67c2efa506b1da2c182f41d3cf41.tar.xz
hardflip-cc0d720da1cc67c2efa506b1da2c182f41d3cf41.tar.zst
hardflip-cc0d720da1cc67c2efa506b1da2c182f41d3cf41.zip
go
Diffstat (limited to '')
-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 cb249e0..3d60bfb 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 = "v0.7"
+ VERSION = "v0.8"
VERSION_NAME = "pre-release"
)