We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5487e82 commit 63b038aCopy full SHA for 63b038a
maven-versions.gradle
@@ -1,7 +1,7 @@
1
ext {
2
- plutoVersion = '2.0.0'
3
- networkVersion = '2.0.0'
4
- loggerVersion = '2.0.0'
5
- exceptionsVersion = '2.0.0'
6
- preferencesVersion = '2.0.0'
+ plutoVersion = '2.0.1-beta'
+ networkVersion = '2.0.1-beta'
+ loggerVersion = '2.0.1-beta'
+ exceptionsVersion = '2.0.1-beta'
+ preferencesVersion = '2.0.1-beta'
7
}
version.properties
@@ -1,5 +1,5 @@
major=2
minor=0
-patch=0
+patch=1
build=0
-channel=release
+channel=beta
0 commit comments