From e55b5602300fdc8d4e06befa962df96cd5035cf7 Mon Sep 17 00:00:00 2001 From: Russ Magee Date: Wed, 29 Jan 2020 16:33:12 -0800 Subject: [PATCH] Introduced bacillus ci_pushbuild script --- Makefile | 2 +- bacillus/{pushbuild.sh => ci_pushbuild.sh} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename bacillus/{pushbuild.sh => ci_pushbuild.sh} (100%) diff --git a/Makefile b/Makefile index a10c759..034f101 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ #endif GIT_COMMIT := $(shell git rev-list -1 HEAD) -VERSION := 0.8.11 +VERSION := 0.8.12 ifneq ($(VENDOR),) GOBUILDOPTS :=-v -mod vendor diff --git a/bacillus/pushbuild.sh b/bacillus/ci_pushbuild.sh similarity index 100% rename from bacillus/pushbuild.sh rename to bacillus/ci_pushbuild.sh