Skip to content

Commit

Permalink
app_version_build_version -> app_build_version
Browse files Browse the repository at this point in the history
  • Loading branch information
yyuueexxiinngg committed Aug 26, 2020
1 parent 535aef8 commit 3fd63ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,6 @@ data class CQVersionInfoData(
val plugin_build_configuration: String = "release",
val app_name: String = "cqhttp-mirai",
val app_version: String = BuildConfig.VERSION,
val app_version_build_version: String = BuildConfig.COMMIT_HASH,
val app_build_version: String = BuildConfig.COMMIT_HASH,
val protocol_version: String = "v10",
) : CQResponseDataDTO()

0 comments on commit 3fd63ca

Please sign in to comment.