Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
rootphantomer committed Sep 14, 2022
1 parent 7032bc0 commit 93f3c8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @Author: ph4nt0mer
* @Date: 2022-08-31 17:03:03
* @LastEditors: rootphantomer
* @LastEditTime: 2022-09-14 14:08:38
* @LastEditTime: 2022-09-14 14:12:41
* @FilePath: /quake_go/main.go
* @Description:主函数
*
Expand Down Expand Up @@ -57,7 +57,7 @@ func hflag_init() {
reqjson.Query_txt = hflag.GetString("query_txt")
switch strings.ToLower(hflag.GetString("option")) {
case "version":
fmt.Println("version:1.6")
fmt.Println("version:1.7")
case "init":
if num < 3 {
fmt.Println("!!!!token is empty !!!!")
Expand Down

0 comments on commit 93f3c8e

Please sign in to comment.