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

Commit

Permalink
Merge pull request #47 from LibertyDSNP/chore/frequency_1_9_0
Browse files Browse the repository at this point in the history
Upgrading to Frequency 1.9.0
  • Loading branch information
abadaa authored Dec 2, 2023
2 parents a6cbc32 + 2e7c59b commit eaa93ff
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.8.1";
public static final Long SPEC = 56L;
public static final String CURRENT_VERSION = "v1.9.0";
public static final Long SPEC = 64L;

private FrequencyVersion() {
}
Expand Down

0 comments on commit eaa93ff

Please sign in to comment.