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

rebuild RPM

This commit is contained in:
Matthias Hannig 2017-06-23 11:48:31 +02:00
parent ddc22da4a4
commit a43f0b74c8
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
1.10.0
1.10.1

View file

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