Skip to content

Commit a08e838

Browse files
committed
Changed version to v0.3.0-in-dev
1 parent f1beec9 commit a08e838

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

MCG/MCG_CC/mcg_cc_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class Main(object):
5555
OUTPUT_DIR_PATH_INDEX = 2
5656

5757
# MCG CC version
58-
MCG_CC_VERSION = "v0.2.0-alpha"
58+
MCG_CC_VERSION = "v0.3.0-in-dev"
5959

6060
# Description:
6161
# This is main method, which display short notice and start conversion process.

MCG/MCG_CGC/mcg_cgc_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class Main(object):
5151
OUTPUT_DIR_PATH_INDEX = 2
5252

5353
# MCG CGC version
54-
MCG_CGC_VERSION = "v0.2.0-alpha"
54+
MCG_CGC_VERSION = "v0.3.0-in-dev"
5555

5656
# Description:
5757
# This is main method, which display short notice and start code generation process.

0 commit comments

Comments
 (0)