Skip to content

Commit

Permalink
bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dfaker committed Mar 16, 2024
1 parent 0206652 commit 6de5e29
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.40.0'
RELEASE_NUMVER = 'v3.41.0'

class WebmGeneratorUi:

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

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

0 comments on commit 6de5e29

Please sign in to comment.