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

Commit f93ee62

Browse files
committed
Bump version to 0.11.0
1 parent e9a526a commit f93ee62

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.11.0-SNAPSHOT"; // CURRENT_OPENCENSUS_VERSION
24+
public static final String VERSION = "0.11.0"; // CURRENT_OPENCENSUS_VERSION
2525

2626
private OpenCensusLibraryInformation() {}
2727
}

build.gradle

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

4545
group = "io.opencensus"
46-
version = "0.11.0-SNAPSHOT" // CURRENT_OPENCENSUS_VERSION
46+
version = "0.11.0" // CURRENT_OPENCENSUS_VERSION
4747

4848
sourceCompatibility = 1.6
4949
targetCompatibility = 1.6

0 commit comments

Comments
 (0)