1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-03-17 21:07:54 +02:00

Modify the tool version number as beta3 (#813)

Modify the tool version number as beta3
This commit is contained in:
包子 2021-04-06 15:47:08 +08:00 committed by GitHub
parent 35d52295db
commit afd2a6b19a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ import (
)
var (
version string = "v2.0.0-beta2"
version string = "v2.0.0-beta3"
rootCmd = &cobra.Command{
Use: "kratos",