1
0
Fork 0
mirror of https://github.com/alice-lg/birdwatcher.git synced 2025-03-09 00:00:05 +01:00

versionbump

This commit is contained in:
Matthias Hannig 2019-05-05 17:35:19 +02:00
parent 9b0899a70d
commit 5f28a6d81f
No known key found for this signature in database
GPG key ID: 62E226E47DDCE58D
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
1.12.4
1.13.5

View file

@ -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 {