diff --git a/Makefile b/Makefile index 893f573..657a5d5 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ deps: info-file : echo PACKAGE_NAME=\"$(PROGRAM_NAME)\" "\n"\ PACKAGE_DESCRIPTION=\"HAproxy healthcheck program for EOSIO API.\" "\n"\ - PACKAGE_VERSION=\"1.2-rc1\" "\n"\ + PACKAGE_VERSION=\"1.2-rc2\" "\n"\ PACKAGE_PREFIX=\"$(PREFIX:/%=%)\" "\n"\ PACKAGE_PROGRAM=\"build/$(PROGRAM_NAME)\" > scripts/pkg_info diff --git a/src/main.go b/src/main.go index b26cde4..a391935 100644 --- a/src/main.go +++ b/src/main.go @@ -130,7 +130,7 @@ func main() { } if version { - print("Version: v1.2-rc1\n") + print("Version: v1.2-rc2\n") return; }