lib/openstudio/analysis/version.rb in openstudio-analysis-1.3.5 vs lib/openstudio/analysis/version.rb in openstudio-analysis-1.3.6
- old
+ new
@@ -1,12 +1,12 @@
-# *******************************************************************************
-# OpenStudio(R), Copyright (c) Alliance for Sustainable Energy, LLC.
-# See also https://openstudio.net/license
-# *******************************************************************************
-
-module OpenStudio
- module Analysis
- # format should be ^.*\-{1}[a-z]+[0-9]+
- # for example: -rc1, -beta6, -customusecase0
- VERSION = '1.3.5'.freeze
- end
-end
+# *******************************************************************************
+# OpenStudio(R), Copyright (c) Alliance for Sustainable Energy, LLC.
+# See also https://openstudio.net/license
+# *******************************************************************************
+
+module OpenStudio
+ module Analysis
+ # format should be ^.*\-{1}[a-z]+[0-9]+
+ # for example: -rc1, -beta6, -customusecase0
+ VERSION = '1.3.6'.freeze
+ end
+end