Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
Bump version to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ankith26 committed May 16, 2021
1 parent 6d35002 commit 510068b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgbot/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
BONCC_THRESHOLD = 10

# Constants
VERSION = "1.5.0"
VERSION = "1.5.1"
TEST_MODE = "TEST_TOKEN" in os.environ
TEST_USER_ID = int(os.environ["TEST_USER_ID"]) if "TEST_USER_ID" in os.environ else None

Expand Down

0 comments on commit 510068b

Please sign in to comment.