From 4a8a933b4bdff4c8b7dda02dbb9faeb7a121ea93 Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 20 May 2024 20:20:20 +0200 Subject: wheelbite --- src/c_defs.go | 4 ++-- src/c_utils.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/c_defs.go b/src/c_defs.go index 3d60bfb..ea3de6f 100644 --- a/src/c_defs.go +++ b/src/c_defs.go @@ -56,8 +56,8 @@ const ( STYLE_FILE_NAME = "colors.yml" CONF_DIR_NAME = "hf" DATA_DIR_NAME = "hf" - VERSION = "v0.8" - VERSION_NAME = "pre-release" + VERSION = "v1.0" + VERSION_NAME = "wheelbite" ) const ( diff --git a/src/c_utils.go b/src/c_utils.go index 8c79ed3..3ea4ee8 100644 --- a/src/c_utils.go +++ b/src/c_utils.go @@ -246,7 +246,7 @@ func c_print_help() { hf [options] Options: - -h, --help Prints this help menu + -h, --help Prints this help -v, --version Prints the version number and name Report bugs to `) -- cgit v1.2.3