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

Commit

Permalink
fixing nightly build version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubjezek001 committed Dec 13, 2023
1 parent 48abb52 commit 79f3422
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ body:
options:
- 3.18.0
- 3.17.7
- 3.17.7-nightly.8
- 3.18.1-nightly.1
- 3.17.7-nightly.7
- 3.17.7-nightly.6
- 3.17.7-nightly.5
Expand Down
2 changes: 1 addition & 1 deletion openpype/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
"""Package declaring Pype version."""
__version__ = "3.17.7-nightly.8"
__version__ = "3.18.1-nightly.1"

0 comments on commit 79f3422

Please sign in to comment.