fixed setting version variable
This commit is contained in:
parent
31894129c7
commit
57fdc0a2b7
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ namespace bindEDplugin
|
|||
VA.TextVariableChanged += new Action<string, string, string, Guid?>(TextVariableChanged);
|
||||
pluginPath = Path.GetDirectoryName(VA.PluginPath());
|
||||
|
||||
VA.SetText("bindED.version", VERSION);
|
||||
VA.SetText("bindED.version", VERSION.ToString());
|
||||
VA.SetText("bindED.fork", "alterNERDtive");
|
||||
|
||||
try
|
||||
|
|
Loading…
Reference in a new issue