Skip to content

Commit

Permalink
v0.8.5(4625)
Browse files Browse the repository at this point in the history
  • Loading branch information
canewsin committed Feb 11, 2023
1 parent 06a9d1e commit dd2bb07
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### ZeroNet 0.8.5 (2023-02-12) Rev4625
- Fix(https://github.com/ZeroNetX/ZeroNet/pull/202) for SSL cert gen failed on Windows.
- default theme-class for missing value in `users.json`.
- Fetch Stats Plugin changes.

### ZeroNet 0.8.4 (2022-12-12) Rev4620
- Increase Minimum Site size to 25MB.

Expand Down
4 changes: 2 additions & 2 deletions src/Config.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
class Config(object):

def __init__(self, argv):
self.version = "0.8.4"
self.rev = 4620
self.version = "0.8.5"
self.rev = 4625
self.argv = argv
self.action = None
self.test_parser = None
Expand Down

0 comments on commit dd2bb07

Please sign in to comment.