Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
0.6-M2 Release dump
Browse files Browse the repository at this point in the history
  • Loading branch information
StarWishsama committed Nov 7, 2020
1 parent 0f05203 commit 53df5f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ task updateVersion {
def newVersionStr = " const val version = \"" + versionCode + "\""
def updatedContent = new File(versionFileDir).getText('UTF-8').replaceAll(oldVersionStr, newVersionStr)
new File(versionFileDir).write(updatedContent, 'UTF-8')
println "Successfully update version inside Comet~"
}

static def findOldVersionStr(path) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import java.util.regex.Pattern

object BotVariables {
lateinit var filePath: File
const val version = "0.6-M1 (5cffdb2)"
const val version = "0.6-M2"

/** 作为独立运行时使用的变量, 除 [Comet] 外禁止调用 */
lateinit var bot: Bot
Expand Down

0 comments on commit 53df5f3

Please sign in to comment.