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.3
This commit is contained in:
parent
850815fd0f
commit
4fd0b8a5cf
3 changed files with 6 additions and 2 deletions
|
@ -1,4 +1,8 @@
|
|||
|
||||
1.12.3
|
||||
|
||||
* Fix community value misssing when parsing multiline communities
|
||||
|
||||
1.12.2
|
||||
|
||||
* Remove unused OrigTTL attribute from cache info
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.12.2
|
||||
1.12.3
|
||||
|
|
|
@ -16,7 +16,7 @@ import (
|
|||
)
|
||||
|
||||
//go:generate versionize
|
||||
var VERSION = "1.12.2"
|
||||
var VERSION = "1.12.3"
|
||||
|
||||
func isModuleEnabled(module string, modulesEnabled []string) bool {
|
||||
for _, enabled := range modulesEnabled {
|
||||
|
|
Loading…
Add table
Reference in a new issue