Skip to content

Commit 9b8a66a

Browse files
ashleylee-dwa7039208, GitHub Enterprise Cloud (206817371)
authored andcommitted
Bumped minor version for the release.
1 parent da98b17 commit 9b8a66a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def version():
1414
"""
1515
Increment the build in the version.
1616
"""
17-
_version = '15.29'
17+
_version = '15.30'
1818
from rezbuild import earlybind
1919
return earlybind.version(this, _version)
2020

@@ -83,10 +83,10 @@ def version():
8383

8484
requires = [
8585
'arras4_core-4.10',
86-
'mcrt_dataio-15.17',
86+
'mcrt_dataio-15.18',
8787
'mcrt_messages-14.7',
88-
'moonray-17.29',
89-
'scene_rdl2-15.16',
88+
'moonray-17.30',
89+
'scene_rdl2-15.17',
9090
]
9191

9292
private_build_requires = [

0 commit comments

Comments
 (0)