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 Mar 12, 2022
1 parent 49a0b3a commit c9b7889
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.14.0'
RELEASE_NUMVER = 'v3.15.0'

class WebmGeneratorUi:

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

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

0 comments on commit c9b7889

Please sign in to comment.