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

Commit 5139c80

Browse files
committed
Bump version to 0.13.2
1 parent 6b49392 commit 5139c80

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

api/src/main/java/io/opencensus/common/OpenCensusLibraryInformation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public final class OpenCensusLibraryInformation {
2929
*
3030
* @since 0.8
3131
*/
32-
public static final String VERSION = "0.13.2-SNAPSHOT"; // CURRENT_OPENCENSUS_VERSION
32+
public static final String VERSION = "0.13.2"; // CURRENT_OPENCENSUS_VERSION
3333

3434
private OpenCensusLibraryInformation() {}
3535
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ subprojects {
4444
}
4545

4646
group = "io.opencensus"
47-
version = "0.13.2-SNAPSHOT" // CURRENT_OPENCENSUS_VERSION
47+
version = "0.13.2" // CURRENT_OPENCENSUS_VERSION
4848

4949
sourceCompatibility = 1.6
5050
targetCompatibility = 1.6

examples/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repositories {
2323
}
2424

2525
group = "io.opencensus"
26-
version = "0.13.2-SNAPSHOT" // CURRENT_OPENCENSUS_VERSION
26+
version = "0.13.2" // CURRENT_OPENCENSUS_VERSION
2727

2828
def opencensusVersion = "0.12.3" // LATEST_OPENCENSUS_RELEASE_VERSION
2929
def grpcVersion = "1.9.0" // CURRENT_GRPC_VERSION

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>io.opencensus</groupId>
55
<artifactId>opencensus-examples</artifactId>
66
<packaging>jar</packaging>
7-
<version>0.13.2-SNAPSHOT</version><!-- CURRENT_OPENCENSUS_VERSION -->
7+
<version>0.13.2</version><!-- CURRENT_OPENCENSUS_VERSION -->
88
<name>opencensus-examples</name>
99
<url>http://maven.apache.org</url>
1010
<properties>

0 commit comments

Comments
 (0)