Skip to content

Commit

Permalink
Merge pull request #497 from NREL/2.8.1-rc2
Browse files Browse the repository at this point in the history
Updating to 2.8.1 rc2
  • Loading branch information
tijcolem committed Jun 7, 2019
2 parents 18680bd + a503fe1 commit 3273ce7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ rvm: 2.2.4
env:
global:
- USE_TESTING_TIMEOUTS: "true"
- OPENSTUDIO_VERSION=2.8.1 OPENSTUDIO_VERSION_SHA=809785b98f OPENSTUDIO_VERSION_EXT=-rc1
- OPENSTUDIO_VERSION=2.8.1 OPENSTUDIO_VERSION_SHA=88b69707f1 OPENSTUDIO_VERSION_EXT=-rc2
- DOCKER_COMPOSE_VERSION=1.21.1

gemfile:
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ version: 1.0.{build}-{branch}
environment:
USE_TESTING_TIMEOUTS: "true"
OPENSTUDIO_VERSION: 2.8.1
OPENSTUDIO_VERSION_SHA: 809785b98f
OPENSTUDIO_VERSION_EXT: -rc1
OPENSTUDIO_VERSION_SHA: 88b69707f1
OPENSTUDIO_VERSION_EXT: -rc2
OPENSTUDIO_TEST_EXE: C:\projects\openstudio\bin\openstudio.exe


Expand Down
2 changes: 1 addition & 1 deletion server/app/lib/openstudio_server/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ module OpenstudioServer
# format should be ^.*\-{1}[a-z]+[0-9]+
# for example: -rc1, -beta6, -customusecase0
VERSION_EXT = '-rc1'.freeze # with preceding - or +
OS_SHA = '809785b98f'
OS_SHA = '88b69707f1'
end

0 comments on commit 3273ce7

Please sign in to comment.