fixed setting version variable

This commit is contained in:
alterNERDtive 2022-05-29 23:41:13 +02:00
parent 31894129c7
commit 57fdc0a2b7

View file

@ -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