Skip to content

Commit c292f58

Browse files
committed
Bump version to 2.28.0
1 parent 58a0368 commit c292f58

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/core/src/main/java/com/fluxninja/aperture/sdk/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ public final class Constants {
66
// Library name and version can be used by the user to create a resource that
77
// connects to telemetry export.
88
public static final String LIBRARY_NAME = "aperture-java";
9-
public static final String LIBRARY_VERSION = "2.24.0";
9+
public static final String LIBRARY_VERSION = "2.28.0";
1010

1111
// Config defaults.
1212
public static final Duration DEFAULT_RPC_TIMEOUT = Duration.ofMillis(200);

version.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
val snapshot = true
1+
val snapshot = false
22

33
allprojects {
4-
var ver = "2.24.0"
4+
var ver = "2.28.0"
55
if (snapshot) {
66
ver += "-SNAPSHOT"
77
}

0 commit comments

Comments
 (0)