Skip to content

Commit

Permalink
Merge pull request #188 from rsksmart/fingerroot-5100
Browse files Browse the repository at this point in the history
Fingerroot 5.1.0.0 RC code freeze
  • Loading branch information
marcos-iov authored Aug 10, 2023
2 parents 93be296 + a1058eb commit 09c321a
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 @@ -70,7 +70,7 @@ ext {
logbackVersion = '1.2.11'
junitVersion = '4.13.2'
mockitoVersion = '4.6.1'
rskjcoreVersion = '5.1.0-SNAPSHOT'
rskjcoreVersion = '5.1.0-RC'
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/version.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
versionNumber='5.1.0.0'
modifier="SNAPSHOT"
modifier="RC"

0 comments on commit 09c321a

Please sign in to comment.