1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-17 04:50:02 +02:00

Version 1.2-rc2

This commit is contained in:
Henrik Hautakoski 2022-03-02 16:59:45 +01:00
parent 3aece958b1
commit 4ff008b312
No known key found for this signature in database
GPG key ID: 608414D93E862CCD
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -130,7 +130,7 @@ func main() {
}
if version {
print("Version: v1.2-rc1\n")
print("Version: v1.2-rc2\n")
return;
}