From 5a63f96ea5cc13f44a52c9108b95cbf8ab345741 Mon Sep 17 00:00:00 2001 From: Matthias Hannig Date: Mon, 29 May 2017 10:16:47 +0200 Subject: [PATCH] versionbump --- VERSION | 2 +- birdwatcher.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 9ab8337..8fdcf38 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.9.1 +1.9.2 diff --git a/birdwatcher.go b/birdwatcher.go index 4237f92..c5a6808 100644 --- a/birdwatcher.go +++ b/birdwatcher.go @@ -13,7 +13,7 @@ import ( ) //go:generate versionize -var VERSION = "1.9.1" +var VERSION = "1.9.2" func isModuleEnabled(module string, modulesEnabled []string) bool { for _, enabled := range modulesEnabled {