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

Commit

Permalink
Using 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrank13 committed Dec 1, 2023
1 parent b0bea77 commit 8636075
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-rc2";
public static final Long SPEC = 60L;
public static final String CURRENT_VERSION = "v1.9.0";
public static final Long SPEC = 64L;

private FrequencyVersion() {
}
Expand Down

0 comments on commit 8636075

Please sign in to comment.