From 5f28a6d81ff7fe0718cebbee2cc65f47dcac7232 Mon Sep 17 00:00:00 2001 From: Matthias Hannig Date: Sun, 5 May 2019 17:35:19 +0200 Subject: [PATCH] versionbump --- VERSION | 2 +- birdwatcher.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 89c881b..43ded90 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.12.4 +1.13.5 diff --git a/birdwatcher.go b/birdwatcher.go index e5d8d54..7c43cdf 100644 --- a/birdwatcher.go +++ b/birdwatcher.go @@ -16,7 +16,7 @@ import ( ) //go:generate versionize -var VERSION = "1.13.0" +var VERSION = "1.13.5" func isModuleEnabled(module string, modulesEnabled []string) bool { for _, enabled := range modulesEnabled {