diff options
| author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2026-07-25 00:41:52 +0530 |
|---|---|---|
| committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2026-07-25 00:41:52 +0530 |
| commit | cbd341f170843fa27422e1bab189447ba0b9aa99 (patch) | |
| tree | 03bb20f8f39f957a1013c8613f2e04881d3848f3 /main.py | |
| parent | b157a25b2dfff122908da1c89b7a620655521a64 (diff) | |
Diffstat (limited to 'main.py')
| -rw-r--r-- | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ from Soundboard import Soundboard from SoundboardEngine import SoundboardEngineWindow from SoundboardUpdater import SoundboardUpdaterWindow -APP_VERSION = "0.3.2" +APP_VERSION = "0.3.3" if __name__ == "__main__": config_path = ( |