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

Commit

Permalink
Bump version to 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HailongWen committed Jan 23, 2018
1 parent 9da4642 commit d488b3c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.1-SNAPSHOT"; // CURRENT_OPENCENSUS_VERSION
public static final String VERSION = "0.11.1"; // CURRENT_OPENCENSUS_VERSION

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

group = "io.opencensus"
version = "0.11.1-SNAPSHOT" // CURRENT_OPENCENSUS_VERSION
version = "0.11.1" // CURRENT_OPENCENSUS_VERSION

sourceCompatibility = 1.6
targetCompatibility = 1.6
Expand Down
2 changes: 1 addition & 1 deletion examples/build.gradle
Expand Up @@ -10,7 +10,7 @@ repositories {
}

group = "io.opencensus"
version = "0.11.1-SNAPSHOT" // CURRENT_OPENCENSUS_VERSION
version = "0.11.1" // CURRENT_OPENCENSUS_VERSION

def opencensusVersion = "0.10.1" // LATEST_OPENCENSUS_RELEASE_VERSION

Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>io.opencensus</groupId>
<artifactId>opencensus-examples</artifactId>
<packaging>jar</packaging>
<version>0.11.1-SNAPSHOT</version><!-- CURRENT_OPENCENSUS_VERSION -->
<version>0.11.1</version><!-- CURRENT_OPENCENSUS_VERSION -->
<name>opencensus-examples</name>
<url>http://maven.apache.org</url>
<properties>
Expand Down

0 comments on commit d488b3c

Please sign in to comment.