diff --git a/pkg/command/version.go b/pkg/command/version.go index 832ee17781e2bef37b5e466e28323ce6e6774dad..46bc0410fbb9bed10727e00a131edca306237736 100644 --- a/pkg/command/version.go +++ b/pkg/command/version.go @@ -2,7 +2,7 @@ package command const ( // Version is the current openGauss-webclient application version - Version = "0.9.0" + Version = "1.0.0" ) var (