Skip to content

Commit c08894f

Browse files
committed
Update Version
1 parent 94887b8 commit c08894f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Installer/Installer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
const string projectName = "CADPythonShell";
1313
const string outputName = "CADPythonShell";
1414
const string outputDir = "output";
15-
const string version = "1.0.1";
15+
const string version = "1.0.2";
1616

1717
var fileName = new StringBuilder().Append(outputName).Append("-").Append(version);
1818
var project = new Project

0 commit comments

Comments
 (0)