Skip to content

Commit 473f9cd

Browse files
committed
Bump IntelliSenseServer version to 1.9.0
1 parent dad20ed commit 473f9cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/ExcelDna.IntelliSense/IntelliSenseServer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ namespace ExcelDna.IntelliSense
3030
// REMEMBER: COM events are not necessarily safe macro contexts.
3131
public static class IntelliSenseServer
3232
{
33-
const string ServerVersion = "1.8.0"; // TODO: Define and manage this somewhere else
33+
const string ServerVersion = "1.9.0"; // TODO: Define and manage this somewhere else
3434

3535
// NOTE: Do not change these constants in custom versions.
3636
// They are part of the co-operative safety mechanism allowing different add-ins providing IntelliSense to work together safely.

0 commit comments

Comments
 (0)