We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ebd8e9 commit 4696adeCopy full SHA for 4696ade
tests/src/main/java/com/strategyobject/substrateclient/tests/containers/FrequencyVersion.java
@@ -1,8 +1,8 @@
1
package com.strategyobject.substrateclient.tests.containers;
2
3
public class FrequencyVersion {
4
- public static final String CURRENT_VERSION = "v1.15.0";
5
- public static final Long SPEC = 131L;
+ public static final String CURRENT_VERSION = "v1.15.3";
+ public static final Long SPEC = 141L;
6
7
private FrequencyVersion() {
8
}
0 commit comments