Skip to content

Commit 9fbf927

Browse files
author
César Cardoso
committed
Update C4D.Wizard.Consts.pas
1 parent dcf0f0c commit 9fbf927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/Consts/C4D.Wizard.Consts.pas

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ interface
88
type
99
TC4DConsts = class
1010
public const
11-
SEMANTIC_VERSION = '1.17.0';
11+
SEMANTIC_VERSION = '1.17.1';
1212
SEMANTIC_VERSION_LB = 'Version: ' + SEMANTIC_VERSION;
1313
NAME_FOLDER_GIT = '.git\';
1414
WIN_CONTROL_FOCU_NIL = nil;

0 commit comments

Comments
 (0)