mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-28 09:47:20 +02:00
[release] Update version 2023.3 status to "release"
This commit is contained in:
parent
3f25e36a75
commit
813878df9c
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ class VersionStatus(Enum):
|
|||
|
||||
__version__ = "2023.3.0"
|
||||
# Always increase the minor version when switching from release to develop.
|
||||
__version_status__ = VersionStatus.develop
|
||||
__version_status__ = VersionStatus.release
|
||||
|
||||
if __version_status__ is VersionStatus.develop:
|
||||
__version__ += "-" + __version_status__.name
|
||||
|
|
Loading…
Add table
Reference in a new issue