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

Commit

Permalink
chore: update version to 2.13.0-alpha-2
Browse files Browse the repository at this point in the history
Former-commit-id: 9e8833b
  • Loading branch information
Nambers committed Nov 15, 2022
1 parent 5e4dac3 commit 8239a6e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cpp/src/common/PluginConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@


namespace MiraiCP {
inline const std::string MiraiCPVersion = "v2.13.0-alpha";
inline const std::string MiraiCPVersion = "v2.13.0-alpha-2";

struct PluginConfig {
/// @brief 插件id, 要与别人不一样否则报错无法加载(建议用类包格式,如: io.github.nambers)
const char *id = nullptr;
Expand Down
2 changes: 1 addition & 1 deletion kotlin/buildSrc/src/main/kotlin/Version.kt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/

object Version {
const val miraiCP = "2.13.0-alpha"
const val miraiCP = "2.13.0-alpha-2"
// plugins
const val kotlin = "1.7.21"
const val shadowJar = "7.1.2"
Expand Down
1 change: 1 addition & 0 deletions kotlin/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
#
kotlin.code.style=official
org.gradle.warning.mode=all
org.gradle.caching=true
# fix `Expiring Daemon because JVM heap space is exhausted.`
Expand Down

0 comments on commit 8239a6e

Please sign in to comment.