Skip to content

Commit

Permalink
Merge 55d44f9 into f1b8acb
Browse files Browse the repository at this point in the history
  • Loading branch information
tijcolem committed Jun 21, 2020
2 parents f1b8acb + 55d44f9 commit 65d64e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ language: minimal
env:
global:
- USE_TESTING_TIMEOUTS: "true"
- OPENSTUDIO_VERSION=3.0.1 OPENSTUDIO_VERSION_SHA=13374833e2 OPENSTUDIO_VERSION_EXT="-rc1"
- OPENSTUDIO_VERSION=3.0.1 OPENSTUDIO_VERSION_SHA=7de76c9b4e OPENSTUDIO_VERSION_EXT="-rc2"
- DOCKER_COMPOSE_VERSION=1.21.1
- BUNDLE_WITHOUT=native_ext

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: 3.0.1
OPENSTUDIO_VERSION_SHA: 13374833e2
OPENSTUDIO_VERSION_EXT: "-rc1"
OPENSTUDIO_VERSION_SHA: 7de76c9b4e
OPENSTUDIO_VERSION_EXT: "-rc2"
OPENSTUDIO_TEST_EXE: C:\projects\openstudio\bin\openstudio.exe
RUBY_VERSION: 25-x64
BUNDLER_VERSION: 2.1.0
Expand Down
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.0.1'.freeze
# format should be ^.*\-{1}[a-z]+[0-9]+
# for example: -rc1, -beta6, -customusecase0
VERSION_EXT = '-rc1'.freeze # with preceding - or +
OS_SHA = '13374833e2'
VERSION_EXT = '-rc2'.freeze # with preceding - or +
OS_SHA = '7de76c9b4e'
end

0 comments on commit 65d64e2

Please sign in to comment.