Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor-IX committed Jan 15, 2025
1 parent cc1bbe1 commit 77e3f09
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions source/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def format(self, record):
2,
4,
0,
prerelease="rc.3",
prerelease="rc.4",
)

_ = gettext.gettext
Expand Down Expand Up @@ -211,7 +211,13 @@ def main():

app.setQuitOnLastWindowClosed(False)

BlenderLauncher(app=app, version=version, offline=args.offline, build_cache=args.build_cache, force_first_time=args.force_first_time)
BlenderLauncher(
app=app,
version=version,
offline=args.offline,
build_cache=args.build_cache,
force_first_time=args.force_first_time,
)
sys.exit(app.exec())


Expand Down

0 comments on commit 77e3f09

Please sign in to comment.