We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe46532 commit c2b8da2Copy full SHA for c2b8da2
2 files changed
lib/core/src/main/java/com/fluxninja/aperture/sdk/Constants.java
@@ -6,7 +6,7 @@ public final class Constants {
6
// Library name and version can be used by the user to create a resource that
7
// connects to telemetry export.
8
public static final String LIBRARY_NAME = "aperture-java";
9
- public static final String LIBRARY_VERSION = "2.24.0";
+ public static final String LIBRARY_VERSION = "2.26.0";
10
11
// Config defaults.
12
public static final Duration DEFAULT_RPC_TIMEOUT = Duration.ofMillis(200);
version.gradle.kts
@@ -1,7 +1,7 @@
1
-val snapshot = true
+val snapshot = false
2
3
allprojects {
4
- var ver = "2.24.0"
+ var ver = "2.26.0"
5
if (snapshot) {
ver += "-SNAPSHOT"
}
0 commit comments