We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c708a03 commit 6fa33f9Copy full SHA for 6fa33f9
BeingAliveLanguage/BALinfo.cs
@@ -19,7 +19,7 @@ public class BeingAliveLanguageInfo : GH_AssemblyInfo {
19
public override GH_LibraryLicense License => GH_LibraryLicense.opensource;
20
21
// public override string AssemblyVersion => GetType().Assembly.GetName().Version.ToString();
22
- public override string AssemblyVersion => "1.0.2";
+ public override string AssemblyVersion => "1.0.3";
23
24
// this is currently the variable used by McNeel for plugin system
25
public override string Version => AssemblyVersion;
0 commit comments