Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
azlux authored Feb 20, 2021
1 parent bebeb12 commit 9ce8637
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pymumble_py3/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import platform
import sys

PYMUMBLE_VERSION = "1.5"
PYMUMBLE_VERSION = "1.6"

# ============================================================================
# Tunable parameters
Expand Down Expand Up @@ -96,4 +96,4 @@
PYMUMBLE_CMD_QUERYACL = "get_acl"
PYMUMBLE_CMD_UPDATEACL = "update_acl"
PYMUMBLE_CMD_REMOVEUSER = "remove_user"
PYMUMBLE_CMD_UPDATECHANNEL = "update_channel"
PYMUMBLE_CMD_UPDATECHANNEL = "update_channel"

0 comments on commit 9ce8637

Please sign in to comment.