We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b8116d commit 7041933Copy full SHA for 7041933
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 => "0.9.10";
+ public override string AssemblyVersion => "1.0.0";
23
24
// this is currently the variable used by McNeel for plugin system
25
public override string Version => AssemblyVersion;
0 commit comments