Skip to content

Commit 995b8ca

Browse files
updated PLUGIN_VERSION global var
1 parent bb06ae2 commit 995b8ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libs/global_vars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
22

3-
PLUGIN_VERSION = "0.16.0"
3+
PLUGIN_VERSION = "0.16.1"
44
DEVELOPER_MODE = False
55

66
PACKAGE_PATH = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))

0 commit comments

Comments
 (0)