lib/openstudio/ee_measures/version.rb in openstudio-ee-0.3.2 vs lib/openstudio/ee_measures/version.rb in openstudio-ee-0.4.0

- old
+ new

@@ -1,9 +1,9 @@ # frozen_string_literal: true # ******************************************************************************* -# 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, @@ -35,8 +35,8 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ******************************************************************************* module OpenStudio module EeMeasures - VERSION = '0.3.2' + VERSION = '0.4.0' end end