diff --git a/cli/cli.go b/cli/cli.go index 96f16c55..06aefd84 100644 --- a/cli/cli.go +++ b/cli/cli.go @@ -40,7 +40,7 @@ import ( // Application info const ( APP = "bibop" - VER = "8.0.0" + VER = "8.0.1" DESC = "Utility for testing command-line tools" )