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

Commit 085309e

Browse files
author
Bogdan Drutu
committed
Bump version to 0.8.0
1 parent 6093d22 commit 085309e

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
@@ -25,5 +25,5 @@ public final class OpenCensusLibraryInformation {
2525
/**
2626
* The current version of the OpenCensus Java library.
2727
*/
28-
public static final String VERSION = "0.8.0-SNAPSHOT"; // CURRENT_OPENCENSUS_VERSION
28+
public static final String VERSION = "0.8.0"; // CURRENT_OPENCENSUS_VERSION
2929
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ subprojects {
3535
}
3636

3737
group = "io.opencensus"
38-
version = "0.8.0-SNAPSHOT" // CURRENT_OPENCENSUS_VERSION
38+
version = "0.8.0" // CURRENT_OPENCENSUS_VERSION
3939

4040
sourceCompatibility = 1.6
4141
targetCompatibility = 1.6

0 commit comments

Comments
 (0)