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

version bump

This commit is contained in:
Daniel Czerwonk 2018-01-18 14:32:54 +01:00
parent 8b65cb4d66
commit b592b735fd

View file

@ -13,7 +13,7 @@ import (
)
//go:generate versionize
var VERSION = "1.10.2"
var VERSION = "1.11.0"
func isModuleEnabled(module string, modulesEnabled []string) bool {
for _, enabled := range modulesEnabled {