We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad20ed commit 473f9cdCopy full SHA for 473f9cd
Source/ExcelDna.IntelliSense/IntelliSenseServer.cs
@@ -30,7 +30,7 @@ namespace ExcelDna.IntelliSense
30
// REMEMBER: COM events are not necessarily safe macro contexts.
31
public static class IntelliSenseServer
32
{
33
- const string ServerVersion = "1.8.0"; // TODO: Define and manage this somewhere else
+ const string ServerVersion = "1.9.0"; // TODO: Define and manage this somewhere else
34
35
// NOTE: Do not change these constants in custom versions.
36
// They are part of the co-operative safety mechanism allowing different add-ins providing IntelliSense to work together safely.
0 commit comments