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

Commit 2433329

Browse files
committed
Bump version to 0.0.2
1 parent b5d9858 commit 2433329

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ apply plugin: 'maven'
77
apply plugin: "signing"
88

99
group = "io.opencensus"
10-
version = "0.0.2-SNAPSHOT" // CURRENT_OPENCENSUS_PROTO_VERSION
10+
version = "0.0.2" // CURRENT_OPENCENSUS_PROTO_VERSION
1111

1212
sourceCompatibility = 1.6
1313
targetCompatibility = 1.6

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>io.opencensus</groupId>
77
<artifactId>opencensus-proto</artifactId>
8-
<version>0.1.0-SNAPSHOT</version>
8+
<version>0.0.2</version>
99

1010
<name>OpenCensus Proto</name>
1111

0 commit comments

Comments
 (0)