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 {