From 5662d1b54e9457195f7ac39d7b12f9fbb864e268 Mon Sep 17 00:00:00 2001 From: Zachary Sims Date: Mon, 8 Apr 2019 11:43:40 +1000 Subject: [PATCH] Bump to v1.8.0 --- cmd/buildkite-signed-pipeline/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/buildkite-signed-pipeline/main.go b/cmd/buildkite-signed-pipeline/main.go index 2fb2281..58a73e1 100644 --- a/cmd/buildkite-signed-pipeline/main.go +++ b/cmd/buildkite-signed-pipeline/main.go @@ -13,7 +13,7 @@ import ( ) var ( - Version string = "1.7.0" + Version string = "1.8.0" ) func main() {