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 49b9a15 commit 307a9e2Copy full SHA for 307a9e2
Source/ExcelDna.IntelliSense/IntelliSenseServer.cs
@@ -28,7 +28,7 @@ namespace ExcelDna.IntelliSense
28
// REMEMBER: COM events are not necessarily safe macro contexts.
29
public static class IntelliSenseServer
30
{
31
- const string ServerVersion = "0.1.3"; // TODO: Define and manage this somewhere else
+ const string ServerVersion = "0.1.4"; // TODO: Define and manage this somewhere else
32
33
// NOTE: Do not change these constants in custom versions.
34
// They are part of the co-operative safety mechanism allowing different add-ins providing IntelliSense to work together safely.
0 commit comments