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 ef5dc5b commit 227b072Copy full SHA for 227b072
Source/ExcelDna.IntelliSense/IntelliSenseServer.cs
@@ -47,7 +47,7 @@ namespace ExcelDna.IntelliSense
47
// REMEMBER: COM events are not necessarily safe macro contexts.
48
public static class IntelliSenseServer
49
{
50
- const string ServerVersion = "0.0.9"; // TODO: Define and manage this somewhere else
+ const string ServerVersion = "0.0.10"; // TODO: Define and manage this somewhere else
51
52
// NOTE: Do not change these constants in custom versions.
53
// They are part of the co-operative safety mechanism allowing different add-ins providing IntelliSense to work together safely.
0 commit comments