diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/c_defs.go | 4 | ||||
-rw-r--r-- | src/c_utils.go | 2 |
2 files changed, 3 insertions, 3 deletions
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 <rbo@gmx.us>`) |