From a43f0b74c8c4bbd9dc9b7f99a362790816c89774 Mon Sep 17 00:00:00 2001 From: Matthias Hannig Date: Fri, 23 Jun 2017 11:48:31 +0200 Subject: [PATCH] rebuild RPM --- VERSION | 2 +- birdwatcher.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 81c871d..4dae298 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.10.0 +1.10.1 diff --git a/birdwatcher.go b/birdwatcher.go index 6c869dc..c6d3a06 100644 --- a/birdwatcher.go +++ b/birdwatcher.go @@ -13,7 +13,7 @@ import ( ) //go:generate versionize -var VERSION = "1.10.0" +var VERSION = "1.10.1" func isModuleEnabled(module string, modulesEnabled []string) bool { for _, enabled := range modulesEnabled {