lib/openstudio/common_measures/version.rb in openstudio-common-measures-0.3.2 vs lib/openstudio/common_measures/version.rb in openstudio-common-measures-0.4.0

- old
+ new

@@ -1,7 +1,7 @@ # ******************************************************************************* -# OpenStudio(R), Copyright (c) 2008-2020, Alliance for Sustainable Energy, LLC. +# OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC. # All rights reserved. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # # (1) Redistributions of source code must retain the above copyright notice, @@ -33,8 +33,8 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ******************************************************************************* module OpenStudio module CommonMeasures - VERSION = '0.3.2'.freeze + VERSION = '0.4.0'.freeze end end