Skip to content

Commit

Permalink
Common: Bump version to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mssalvatore committed Jun 20, 2023
1 parent 9e07dc3 commit cb942e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monkey/common/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

MAJOR = "2"
MINOR = "2"
PATCH = "0"
PATCH = "1"

build_file_path = Path(__file__).parent.joinpath("BUILD")
with open(build_file_path, "r") as build_file:
Expand Down

0 comments on commit cb942e7

Please sign in to comment.