diff --git a/Makefile b/Makefile index 80ee7e2..236cc47 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.1\" "\n"\ + PACKAGE_VERSION=\"1.2-rc1\" "\n"\ PACKAGE_PREFIX=\"$(PREFIX:/%=%)\" "\n"\ PACKAGE_PROGRAM=\"build/$(PROGRAM_NAME)\" > scripts/pkg_info diff --git a/src/main.go b/src/main.go index 69536f5..b26cde4 100644 --- a/src/main.go +++ b/src/main.go @@ -130,7 +130,7 @@ func main() { } if version { - print("Version: v1.1\n") + print("Version: v1.2-rc1\n") return; }