diff --git a/Makefile b/Makefile index f3bc748..80ee7e2 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ deps: info-file : echo PACKAGE_NAME=\"$(PROGRAM_NAME)\" "\n"\ PACKAGE_DESCRIPTION=\"HAproxy healthcheck program for EOSIO API.\" "\n"\ - PACKAGE_VERSION=\"1.0\" "\n"\ + PACKAGE_VERSION=\"1.1\" "\n"\ PACKAGE_PREFIX=\"$(PREFIX:/%=%)\" "\n"\ PACKAGE_PROGRAM=\"build/$(PROGRAM_NAME)\" > scripts/pkg_info diff --git a/src/main.go b/src/main.go index bd27ecf..aa87868 100644 --- a/src/main.go +++ b/src/main.go @@ -117,7 +117,7 @@ func main() { getopt.Parse() if version { - print("Version: v1.0\n") + print("Version: v1.1\n") return; }