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

Commit

Permalink
update to frequency v1.11.0 when it is time
Browse files Browse the repository at this point in the history
  • Loading branch information
abadaa committed Mar 7, 2024
1 parent 59c8466 commit ed8bf32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

allprojects {
group = 'com.strategyobject.substrateclient'
version = '0.2.5.1-SNAPSHOT'
version = '0.2.5.1'

repositories {
mavenLocal()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.strategyobject.substrateclient.tests.containers;

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

private FrequencyVersion() {
Expand Down

0 comments on commit ed8bf32

Please sign in to comment.