Skip to content

Commit 4696ade

Browse files
committed
Upgrading Frequency
1 parent 6ebd8e9 commit 4696ade

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package com.strategyobject.substrateclient.tests.containers;
22

33
public class FrequencyVersion {
4-
public static final String CURRENT_VERSION = "v1.15.0";
5-
public static final Long SPEC = 131L;
4+
public static final String CURRENT_VERSION = "v1.15.3";
5+
public static final Long SPEC = 141L;
66

77
private FrequencyVersion() {
88
}

0 commit comments

Comments
 (0)