We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d02f745 commit d580efcCopy full SHA for d580efc
megatron/core/package_info.py
@@ -4,7 +4,7 @@
4
MAJOR = 0
5
MINOR = 12
6
PATCH = 0
7
-PRE_RELEASE = 'rc4'
+PRE_RELEASE = ''
8
9
# Use the following formatting: (major, minor, patch, pre-release)
10
VERSION = (MAJOR, MINOR, PATCH, PRE_RELEASE)
0 commit comments