mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-07-02 11:43:42 +02:00
Version 1.2.2
This commit is contained in:
parent
768fabe15d
commit
b1f39ea9fe
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -18,7 +18,7 @@ build/$(PROGRAM_NAME) : $(SOURCES)
|
||||||
info-file :
|
info-file :
|
||||||
echo PACKAGE_NAME=\"$(PROGRAM_NAME)\" "\n"\
|
echo PACKAGE_NAME=\"$(PROGRAM_NAME)\" "\n"\
|
||||||
PACKAGE_DESCRIPTION=\"HAproxy healthcheck program for EOSIO API.\" "\n"\
|
PACKAGE_DESCRIPTION=\"HAproxy healthcheck program for EOSIO API.\" "\n"\
|
||||||
PACKAGE_VERSION=\"1.2.1\" "\n"\
|
PACKAGE_VERSION=\"1.2.2\" "\n"\
|
||||||
PACKAGE_PREFIX=\"$(PREFIX:/%=%)\" "\n"\
|
PACKAGE_PREFIX=\"$(PREFIX:/%=%)\" "\n"\
|
||||||
PACKAGE_PROGRAM=\"build/$(PROGRAM_NAME)\" > scripts/pkg_info
|
PACKAGE_PROGRAM=\"build/$(PROGRAM_NAME)\" > scripts/pkg_info
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -130,7 +130,7 @@ func main() {
|
||||||
}
|
}
|
||||||
|
|
||||||
if version {
|
if version {
|
||||||
print("Version: v1.2.1\n")
|
print("Version: v1.2.2\n")
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue