Skip to content

Commit

Permalink
update frequency version to v1.11.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
abadaa committed Mar 7, 2024
1 parent 66c43c5 commit 59c8466
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package com.strategyobject.substrateclient.tests.containers;

public class FrequencyVersion {
public static final String CURRENT_VERSION = "v1.10.0";
public static final Long SPEC = 67L;
public static final String CURRENT_VERSION = "v1.11.0-rc1";
public static final Long SPEC = 72L;

private FrequencyVersion() {
}
Expand Down

0 comments on commit 59c8466

Please sign in to comment.