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 2017-03-13 16:51:54 +01:00
parent da38baa74a
commit 20d07a819a

View file

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