lib/openstudio/extension/version.rb in openstudio-extension-0.2.2 vs lib/openstudio/extension/version.rb in openstudio-extension-0.2.3

- old
+ new

@@ -1,7 +1,5 @@ -# frozen_string_literal: true - # ******************************************************************************* # OpenStudio(R), Copyright (c) 2008-2020, 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: @@ -35,8 +33,8 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ******************************************************************************* module OpenStudio module Extension - VERSION = '0.2.2' + VERSION = '0.2.3'.freeze end end