From ec493a770dacd329cdb066e6565e21a3bd0f901b Mon Sep 17 00:00:00 2001 From: Kristjan Nielsen Date: Fri, 30 Sep 2022 10:19:44 +0200 Subject: [PATCH] uprev --- GsaGH/GsaGHInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GsaGH/GsaGHInfo.cs b/GsaGH/GsaGHInfo.cs index 499cbc8dc..ce165dd25 100644 --- a/GsaGH/GsaGHInfo.cs +++ b/GsaGH/GsaGHInfo.cs @@ -175,7 +175,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.28"; + internal const string Vers = "0.9.29"; 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";