Skip to content

Commit

Permalink
Merge pull request #71 from bellingcat/version-update
Browse files Browse the repository at this point in the history
Update version.py
  • Loading branch information
rly0nheart committed Apr 3, 2024
2 parents 8c68619 + 76a573b commit 37c3a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knewkarma/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ class Version:

major: str = "4"
minor: str = "0"
patch: str = "0rc3"
patch: str = "0"
full: str = f"{major}.{minor}.{patch}"
release: str = f"{major}.{minor}"

0 comments on commit 37c3a5e

Please sign in to comment.