Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Commit

Permalink
Bump version in examples/build.gradle (#939)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Drutu authored Jan 19, 2018
1 parent 3c1819a commit fc71453
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ token](https://help.github.com/articles/creating-a-personal-access-token-for-the
$ MAJOR=0 MINOR=4 PATCH=0 # Set appropriately for new release
$ VERSION_FILES=(
build.gradle
examples/build.gradle
api/src/main/java/io/opencensus/common/OpenCensusLibraryInformation.java
)
$ git checkout -b v$MAJOR.$MINOR.x master
Expand Down
2 changes: 1 addition & 1 deletion examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

group = "io.opencensus"
version = "0.11.0-SNAPSHOT"
version = "0.12.0-SNAPSHOT" // CURRENT_OPENCENSUS_VERSION

def opencensusVersion = "0.10.1" // LATEST_OPENCENSUS_RELEASE_VERSION

Expand Down

0 comments on commit fc71453

Please sign in to comment.