Skip to content

Commit 6e61ecf

Browse files
committed
Update Installer.cs
1 parent a8a75ec commit 6e61ecf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Installer/Installer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
const string projectName = "RevitAddinManager";
1515
const string outputName = "RevitAddinManager";
1616
const string outputDir = "output";
17-
const string version = "1.6.2";
17+
const string version = "1.6.3";
1818

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

0 commit comments

Comments
 (0)