We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2ffba8 commit 1a846f2Copy full SHA for 1a846f2
buildSrc/src/main/kotlin/P.kt
@@ -38,7 +38,7 @@ object P {
38
override val homepage: String get() = HOMEPAGE
39
40
const val VERSION = "1.8.0"
41
- const val NEXT_VERSION = "1.8.0"
+ const val NEXT_VERSION = "1.8.1"
42
43
override val snapshotVersion = "$NEXT_VERSION-SNAPSHOT"
44
override val version = if (isSnapshot()) snapshotVersion else VERSION
buildSrc/src/main/kotlin/simbot-onebot-changelog-generator.gradle.kts
@@ -16,7 +16,7 @@
16
*/
17
18
19
-tasks.create("createChangelog") {
+tasks.register("createChangelog") {
20
group = "documentation"
21
doFirst {
22
val realVersion = P.ComponentOneBot.version.toString()
0 commit comments