From a0bde9db4b4e15a02d880a5d7af9eae1dae7e29e Mon Sep 17 00:00:00 2001 From: Brian Ball Date: Thu, 15 Feb 2024 09:46:49 -0500 Subject: [PATCH] Update version.rb --- lib/openstudio/analysis/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/openstudio/analysis/version.rb b/lib/openstudio/analysis/version.rb index 3596f07..db90eb3 100644 --- a/lib/openstudio/analysis/version.rb +++ b/lib/openstudio/analysis/version.rb @@ -7,6 +7,6 @@ module OpenStudio module Analysis # format should be ^.*\-{1}[a-z]+[0-9]+ # for example: -rc1, -beta6, -customusecase0 - VERSION = '1.3.5'.freeze + VERSION = '1.3.6'.freeze end end