From 20d07a819a3145e2c4aee696463190302c87782b Mon Sep 17 00:00:00 2001 From: Matthias Hannig Date: Mon, 13 Mar 2017 16:51:54 +0100 Subject: [PATCH] versionbump --- birdwatcher.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/birdwatcher.go b/birdwatcher.go index 66d3c7f..4746b03 100644 --- a/birdwatcher.go +++ b/birdwatcher.go @@ -13,7 +13,7 @@ import ( ) //go:generate versionize -var VERSION = "1.7.17" +var VERSION = "1.7.18" func isModuleEnabled(module string, modulesEnabled []string) bool { for _, enabled := range modulesEnabled {