release commit hash in CHANGELOG
This commit is contained in:
parent
110307a419
commit
0475a39fe1
2 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,6 @@
|
|||
### zeronet-conservancy 0.7.7+
|
||||
### zeronet-conservancy 0.7.8+
|
||||
|
||||
### zeronet-conservancy 0.7.8 (2022-11-23) (110307a4198cb13cc907ae)
|
||||
maintainers: @caryoscelus
|
||||
- use archived version of .bit domain registry to avoid malicious rewrites
|
||||
- readdress .bit domains as part of their deprecation
|
||||
|
|
|
@ -97,7 +97,7 @@ trackers = [
|
|||
class Config(object):
|
||||
|
||||
def __init__(self, argv):
|
||||
self.version = "0.7.8"
|
||||
self.version = "0.7.8+"
|
||||
self.user_agent = "conservancy"
|
||||
# DEPRECATED ; replace with git-generated commit
|
||||
self.rev = 5037
|
||||
|
|
Loading…
Reference in a new issue