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

Increment version, add changelog for 1.12.2

This commit is contained in:
Benedikt Rudolph 2019-02-27 11:28:50 +01:00
parent 01263e2fb9
commit 244fb3d14d
3 changed files with 6 additions and 2 deletions

View file

@ -1,4 +1,8 @@
1.12.2
* Remove unused OrigTTL attribute from cache info
1.12.1
* Parser: ignore whitespace at the end of the protocol line

View file

@ -1 +1 @@
1.12.1
1.12.2

View file

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