We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 137cbb8 commit 6dea0f2Copy full SHA for 6dea0f2
client/ayon_max/version.py
@@ -1,3 +1,3 @@
1
# -*- coding: utf-8 -*-
2
"""Package declaring AYON addon 'max' version."""
3
-__version__ = "0.2.12+dev"
+__version__ = "0.2.13"
package.py
@@ -1,6 +1,6 @@
name = "max"
title = "Max"
-version = "0.2.12+dev"
+version = "0.2.13"
4
app_host_name = "max"
5
client_dir = "ayon_max"
6
project_can_override_addon_version = True
0 commit comments