From 224645b0f6823d9c4858da71a6b0a9f404e458cc Mon Sep 17 00:00:00 2001 From: Mike Ball Date: Wed, 16 Sep 2020 13:26:49 -0400 Subject: [PATCH] bump version to 0.9.13 --- Makefile | 2 +- vinyldns/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1e8437e..43969d4 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.9.12 +VERSION=0.9.13 SOURCE?=./... VINYLDNS_REPO=github.com/vinyldns/vinyldns VINYLDNS_VERSION=0.9.5 diff --git a/vinyldns/version.go b/vinyldns/version.go index b7044c4..378a14f 100644 --- a/vinyldns/version.go +++ b/vinyldns/version.go @@ -13,4 +13,4 @@ limitations under the License. package vinyldns // Version stores the go-vinyldns semantic version -var Version = "0.9.12" +var Version = "0.9.13"