From f522146fbf76b84f4d65af3c1c8b87b086049777 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Thu, 30 Dec 2021 19:08:39 +0100 Subject: [PATCH] Version 1.1 --- Makefile | 2 +- src/main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; }