Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 82de802

Browse files
committed
WIP
1 parent ed8bf32 commit 82de802

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77

88
allprojects {
99
group = 'com.strategyobject.substrateclient'
10-
version = '0.2.5.1'
10+
version = '0.2.5.2-SNAPSHOT'
1111

1212
repositories {
1313
mavenLocal()

tests/src/main/java/com/strategyobject/substrateclient/tests/containers/FrequencyVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
public class FrequencyVersion {
44
public static final String CURRENT_VERSION = "v1.11.0";
5-
public static final Long SPEC = 72L;
5+
public static final Long SPEC = 74L;
66

77
private FrequencyVersion() {
88
}

0 commit comments

Comments
 (0)