update the examples to point at 1.4.0 (#3400)

This commit is contained in:
John Watson 2021-07-14 16:52:30 -07:00 committed by GitHub
parent f606a5b19b
commit 543b5eee45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ subprojects {
version = "0.1.0-SNAPSHOT"
ext {
openTelemetryVersion = "1.3.0"
openTelemetryAlphaVersion = "1.3.0-alpha"
openTelemetryVersion = "1.4.0"
openTelemetryAlphaVersion = "1.4.0-alpha"
grpcVersion = '1.34.1'
protobufVersion = '3.11.4'