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
Browse files Browse the repository at this point in the history
Former-commit-id: b4e3529
  • Loading branch information
Nambers committed Nov 19, 2022
1 parent 00b9ac4 commit 9a3b51e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cpp/src/common/PluginConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@


namespace MiraiCP {
constexpr const char *m_MiraiCPVersion = "v2.13.0-alpha-2";
constexpr const char *m_MiraiCPVersion = "v2.13.0-alpha-3";
inline const std::string MiraiCPVersion = m_MiraiCPVersion;

struct PluginConfig {
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-2"
const val miraiCP = "2.13.0-alpha-3"
// plugins
const val kotlin = "1.7.21"
const val shadowJar = "7.1.2"
Expand Down

0 comments on commit 9a3b51e

Please sign in to comment.