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.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
songy23 committed Jan 29, 2019
1 parent 4f0af55 commit 459d6b6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Expand Up @@ -29,7 +29,7 @@ public final class OpenCensusLibraryInformation {
*
* @since 0.8
*/
public static final String VERSION = "0.19.0-SNAPSHOT"; // CURRENT_OPENCENSUS_VERSION
public static final String VERSION = "0.19.0"; // CURRENT_OPENCENSUS_VERSION

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

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

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

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

def opencensusVersion = "0.18.0" // LATEST_OPENCENSUS_RELEASE_VERSION
def grpcVersion = "1.18.0" // CURRENT_GRPC_VERSION
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>io.opencensus</groupId>
<artifactId>opencensus-examples</artifactId>
<packaging>jar</packaging>
<version>0.19.0-SNAPSHOT</version><!-- CURRENT_OPENCENSUS_VERSION -->
<version>0.19.0</version><!-- CURRENT_OPENCENSUS_VERSION -->
<name>opencensus-examples</name>
<url>http://maven.apache.org</url>
<properties>
Expand Down
Expand Up @@ -38,7 +38,7 @@ final class OcAgentNodeUtils {

// The current version of the OpenCensus OC-Agent Exporter.
@VisibleForTesting
static final String OC_AGENT_EXPORTER_VERSION = "0.19.0-SNAPSHOT"; // CURRENT_OPENCENSUS_VERSION
static final String OC_AGENT_EXPORTER_VERSION = "0.19.0"; // CURRENT_OPENCENSUS_VERSION

@Nullable
private static final io.opencensus.resource.Resource AUTO_DETECTED_RESOURCE =
Expand Down

0 comments on commit 459d6b6

Please sign in to comment.