Bump
This commit is contained in:
parent
2dda74647d
commit
170c690996
|
@ -1,7 +1,8 @@
|
|||
* Version 2.0.38
|
||||
- Fixes a regression from 2.0.37 when parsing non-inline comments.
|
||||
* Version 2.0.39
|
||||
- The Firefox Local DoH service didn't properly work in version 2.0.38;
|
||||
this has been fixed. Thanks to Simon Brand for the report!
|
||||
|
||||
* Version 2.0.37
|
||||
* Version 2.0.38
|
||||
- Entries from lists (forwarding, blacklists, whitelists) now support
|
||||
inline comments.
|
||||
- Reliability improvement: queries over UDP are retried after a timeout
|
||||
|
|
|
@ -15,7 +15,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
AppVersion = "2.0.38"
|
||||
AppVersion = "2.0.39"
|
||||
DefaultConfigFileName = "dnscrypt-proxy.toml"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue