Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Version update to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DotBow committed Jan 26, 2020
1 parent f5498d5 commit 1e37ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def handle_exception(exc_type, exc_value, exc_traceback):

def main():
QApplication.setApplicationName("Blender Version Manager")
QApplication.setApplicationVersion("1.6.0 Beta")
QApplication.setApplicationVersion("1.6.1 Beta")

app = QApplication(sys.argv)

Expand Down

0 comments on commit 1e37ace

Please sign in to comment.