1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-18 05:00:03 +02:00

Version 1.1

This commit is contained in:
Henrik Hautakoski 2021-12-30 19:08:39 +01:00
parent caf86bc797
commit f522146fbf
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -117,7 +117,7 @@ func main() {
getopt.Parse()
if version {
print("Version: v1.0\n")
print("Version: v1.1\n")
return;
}