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

Commit

Permalink
186774981: Upgrading to Frequency 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrank13 committed Jan 3, 2024
1 parent 78e9407 commit 10dac31
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.9.0";
public static final Long SPEC = 64L;
public static final String CURRENT_VERSION = "v1.10.0";
public static final Long SPEC = 67L;

private FrequencyVersion() {
}
Expand Down

0 comments on commit 10dac31

Please sign in to comment.