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

Commit

Permalink
Start 0.12.0 development cycle (#937)
Browse files Browse the repository at this point in the history
  • Loading branch information
HailongWen authored and Bogdan Drutu committed Jan 19, 2018
1 parent e9a526a commit 3c1819a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
public final class OpenCensusLibraryInformation {

/** The current version of the OpenCensus Java library. */
public static final String VERSION = "0.11.0-SNAPSHOT"; // CURRENT_OPENCENSUS_VERSION
public static final String VERSION = "0.12.0-SNAPSHOT"; // CURRENT_OPENCENSUS_VERSION

private OpenCensusLibraryInformation() {}
}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ subprojects {
}

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

sourceCompatibility = 1.6
targetCompatibility = 1.6
Expand Down

0 comments on commit 3c1819a

Please sign in to comment.