Skip to content

Commit

Permalink
fix skipped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
dfaker committed Jul 23, 2023
1 parent aa9399e commit 877d2dd
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 @@ -25,7 +25,7 @@
except Exception as e:
print(e)

RELEASE_NUMVER = 'v3.38.0'
RELEASE_NUMVER = 'v3.39.0'

class WebmGeneratorUi:

Expand Down Expand Up @@ -938,4 +938,4 @@ def toggleBoringMode(self):
self.master.update_idletasks()

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

0 comments on commit 877d2dd

Please sign in to comment.