remove ~beta from customiser.py

This commit is contained in:
dragonwocky 2020-06-30 16:01:10 +10:00
parent 6f6edb2cd8
commit c1d6041c6a
Signed by: dragonwocky
GPG Key ID: C7A48B7846AA706D

View File

@ -13,7 +13,7 @@ from shutil import copyfile, rmtree
from time import sleep
# to smooth the update process
enhancer_version = '0.6.0~beta2'
enhancer_version = '0.6.0'
# for toggling notion visibility
hotkey = 'CmdOrCtrl+Shift+A'