Skip to content

Commit

Permalink
update to version to rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
tijcolem committed Oct 26, 2021
1 parent 2bee61b commit a1a3782
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/app/lib/openstudio_server/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ module OpenstudioServer
VERSION = '3.3.0'.freeze
# format should be ^.*\-{1}[a-z]+[0-9]+
# for example: -rc1, -beta6, -customusecase0
VERSION_EXT = '-rc1'.freeze # with preceding - or +
OS_SHA = 'bdbdbc9da6'.freeze
VERSION_EXT = '-rc2'.freeze # with preceding - or +
OS_SHA = '45b36b8d4c'.freeze
end

0 comments on commit a1a3782

Please sign in to comment.