Updated version number to 4.0

This commit is contained in:
Tzahi12345
2020-05-06 02:43:46 -04:00
parent 409fd0fe20
commit 8c94255f61
3 changed files with 3 additions and 3 deletions

View File

@@ -166,5 +166,5 @@ AVAILABLE_PERMISSIONS = [
module.exports = {
CONFIG_ITEMS: CONFIG_ITEMS,
AVAILABLE_PERMISSIONS: AVAILABLE_PERMISSIONS,
CURRENT_VERSION: 'v3.6'
CURRENT_VERSION: 'v4.0'
}