Skip to content

Commit

Permalink
Bump version v0.11.3-beta 🙀
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanrhu committed Dec 17, 2022
1 parent a8b7673 commit 9a52f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statics.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Licensed under GNU/GPLv3
# Copyright (C) 2019, OÄŸuzhan EroÄŸlu (https://oguzhaneroglu.com/) <rohanrhu2@gmail.com>

VERSION = [0, 11, 3, "git"]
VERSION = [0, 11, 3, "beta"]
VERSION_STRING = "v"+".".join([str(i) for i in VERSION[:-1]])+"-"+VERSION[-1]

"""
Expand Down

0 comments on commit 9a52f54

Please sign in to comment.