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

Commit 149df8b

Browse files
committed
Bump version to 0.9.1
1 parent b42248c commit 149df8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
@@ -21,7 +21,7 @@
2121
public final class OpenCensusLibraryInformation {
2222

2323
/** The current version of the OpenCensus Java library. */
24-
public static final String VERSION = "0.9.1-SNAPSHOT"; // CURRENT_OPENCENSUS_VERSION
24+
public static final String VERSION = "0.9.1"; // CURRENT_OPENCENSUS_VERSION
2525

2626
private OpenCensusLibraryInformation() {}
2727
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ subprojects {
3737
}
3838

3939
group = "io.opencensus"
40-
version = "0.9.1-SNAPSHOT" // CURRENT_OPENCENSUS_VERSION
40+
version = "0.9.1" // CURRENT_OPENCENSUS_VERSION
4141

4242
sourceCompatibility = 1.6
4343
targetCompatibility = 1.6

0 commit comments

Comments
 (0)