diff --git a/GsaGH/GsaGH.csproj b/GsaGH/GsaGH.csproj index ec0833635..c244f5b70 100644 --- a/GsaGH/GsaGH.csproj +++ b/GsaGH/GsaGH.csproj @@ -10,7 +10,7 @@ https://github.com/arup-group/GSA-Grasshopper README.md GSALogo128.png - 0.9.30-beta + 0.9.31-beta MIT diff --git a/GsaGH/GsaGHInfo.cs b/GsaGH/GsaGHInfo.cs index eb5b320ed..6631c0108 100644 --- a/GsaGH/GsaGHInfo.cs +++ b/GsaGH/GsaGHInfo.cs @@ -192,7 +192,7 @@ public class GsaGHInfo : GH_AssemblyInfo internal const string Company = "Oasys"; internal const string Copyright = "Copyright © Oasys 1985 - 2022"; internal const string Contact = "https://www.oasys-software.com/"; - internal const string Vers = "0.9.30"; + internal const string Vers = "0.9.31"; internal static bool isBeta = true; internal static string Disclaimer = PluginName + " is pre-release and under active development, including further testing to be undertaken. It is provided \"as-is\" and you bear the risk of using it. Future versions may contain breaking changes. Any files, results, or other types of output information created using " + PluginName + " should not be relied upon without thorough and independent checking. "; internal const string ProductName = "GSA";