Skip to content

Commit 5d6dd65

Browse files
committed
[release] set oboe 5.1.1 for this release
1 parent fbda2be commit 5d6dd65

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ before_script:
109109
- export APPOPTICS_REPORTER_FILE_SINGLE=false
110110
- export APPOPTICS_TOKEN_BUCKET_CAPACITY=1000
111111
- export APPOPTICS_TOKEN_BUCKET_RATE=1000
112-
- export OBOE_VERSION=5.2.0
112+
- export OBOE_VERSION=5.1.1
113113
- bundle update --jobs=3 --retry=3
114114
- bundle exec rake fetch_ext_deps
115115
- bundle exec rake clean

ext/oboe_metal/src/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.2
1+
5.1.1

test/run_tests/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ services:
4242
- APPOPTICS_REPORTER=file
4343
- APPOPTICS_REPORTER_FILE_SINGLE=false
4444
- APPOPTICS_FROM_S3=true
45-
- OBOE_VERSION=5.2.0
45+
- OBOE_VERSION=5.1.1
4646
# - SIMPLECOV_COVERAGE=True
4747

4848
# ruby_appoptics_apm_alpine:

0 commit comments

Comments
 (0)