Skip to content

Commit

Permalink
bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dfaker authored Apr 19, 2022
1 parent 39d55cb commit 64a7533
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/webmGeneratorUi.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import os
import psutil

RELEASE_NUMVER = 'v3.17.0'
RELEASE_NUMVER = 'v3.18.0'

class WebmGeneratorUi:

Expand Down Expand Up @@ -523,4 +523,4 @@ def close_ui(self):
pass

if __name__ == '__main__':
import webmGenerator
import webmGenerator

0 comments on commit 64a7533

Please sign in to comment.