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 {