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

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrank13 committed Mar 14, 2024
1 parent ed8bf32 commit 82de802
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'
version = '0.2.5.2-SNAPSHOT'

repositories {
mavenLocal()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

private FrequencyVersion() {
}
Expand Down

0 comments on commit 82de802

Please sign in to comment.