Skip to content

Commit

Permalink
release: v4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Jan 18, 2025
1 parent 3e8bd31 commit 152599e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildSrc/src/main/kotlin/P.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2023-2024. ForteScarlet.
* Copyright (c) 2023-2025. ForteScarlet.
*
* This file is part of simbot-component-qq-guild.
*
Expand Down Expand Up @@ -56,8 +56,8 @@ object P {
override val homepage: String get() = HOMEPAGE


const val VERSION = "4.1.2"
const val NEXT_VERSION = "4.1.3"
const val VERSION = "4.1.3"
const val NEXT_VERSION = "4.1.4"

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

0 comments on commit 152599e

Please sign in to comment.