diff --git a/VERSION b/VERSION index 89c881b..43ded90 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.12.4 +1.13.5 diff --git a/birdwatcher.go b/birdwatcher.go index e5d8d54..7c43cdf 100644 --- a/birdwatcher.go +++ b/birdwatcher.go @@ -16,7 +16,7 @@ import ( ) //go:generate versionize -var VERSION = "1.13.0" +var VERSION = "1.13.5" func isModuleEnabled(module string, modulesEnabled []string) bool { for _, enabled := range modulesEnabled {