Skip to content

Commit 1a846f2

Browse files
committed
release: v1.8.0
1 parent e2ffba8 commit 1a846f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/src/main/kotlin/P.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ object P {
3838
override val homepage: String get() = HOMEPAGE
3939

4040
const val VERSION = "1.8.0"
41-
const val NEXT_VERSION = "1.8.0"
41+
const val NEXT_VERSION = "1.8.1"
4242

4343
override val snapshotVersion = "$NEXT_VERSION-SNAPSHOT"
4444
override val version = if (isSnapshot()) snapshotVersion else VERSION

buildSrc/src/main/kotlin/simbot-onebot-changelog-generator.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717

1818

19-
tasks.create("createChangelog") {
19+
tasks.register("createChangelog") {
2020
group = "documentation"
2121
doFirst {
2222
val realVersion = P.ComponentOneBot.version.toString()

0 commit comments

Comments
 (0)