From c459999f88fe76822fb11cb5e89207e4d47ef3c7 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Mon, 21 Feb 2022 13:45:20 +0100 Subject: [PATCH] Version 1.2-rc1 --- Makefile | 2 +- src/main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; }