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

Commit

Permalink
更新版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
eaglexiang committed Mar 27, 2019
1 parent 65a7752 commit 4318e0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @Github: https://github.com/eaglexiang
* @Date: 2018-12-27 09:42:11
* @LastEditors: EagleXiang
* @LastEditTime: 2019-03-25 23:31:32
* @LastEditTime: 2019-03-27 23:19:00
*/

package cmd
Expand All @@ -16,7 +16,7 @@ import (
)

// ProgramVersion 程序版本
var ProgramVersion, _ = myversion.CreateVersion("0.9.4")
var ProgramVersion, _ = myversion.CreateVersion("0.9.5")

// PrintVersion 打印版本信息
func PrintVersion(programVersion, protocolVersion, ProtocolCompatibleVersion string) {
Expand Down

0 comments on commit 4318e0c

Please sign in to comment.