Skip to content

Commit

Permalink
bump version for feature build
Browse files Browse the repository at this point in the history
  • Loading branch information
dfaker authored Aug 30, 2021
1 parent 004a70a commit 658b34f
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 @@ -9,7 +9,7 @@
import urllib.request
import json

RELEASE_NUMVER = 'v3.1.0'
RELEASE_NUMVER = 'v3.2.0'

class WebmGeneratorUi:

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

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

0 comments on commit 658b34f

Please sign in to comment.