We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0bc738f + df23101 commit b98c686Copy full SHA for b98c686
build.gradle
@@ -74,7 +74,7 @@ ext {
74
junitSuiteVersion = '1.10.3'
75
mockitoInlineVer = '5.2.0'
76
mockitoJupiterVer = '5.12.0'
77
- rskjcoreVersion = '6.6.0-SNAPSHOT'
+ rskjcoreVersion = '7.0.0-RC'
78
}
79
80
dependencies {
src/main/resources/version.properties
@@ -1,2 +1,2 @@
1
-versionNumber='6.6.0.0'
2
-modifier="SNAPSHOT"
+versionNumber='7.0.0.0'
+modifier="RC"
0 commit comments