Skip to content

Commit

Permalink
update v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xxf098 committed Apr 22, 2023
1 parent fc02e14 commit 6669d93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ Run as a speed test tool:
./lite -p 10889
# test in command line only mode
./lite --config ./config.json --test https://raw.githubusercontent.com/freefq/free/master/v2
./lite --test https://raw.githubusercontent.com/freefq/free/master/v2
# test in command line only mode with custom config.
./lite --config config.json --test https://raw.githubusercontent.com/freefq/free/master/v2
# details can find here https://github.com/xxf098/LiteSpeedTest/blob/master/config.json
# all config options:
# "group":"job", // group name
Expand All @@ -38,7 +39,6 @@ Run as a speed test tool:
# "unique": true, // remove duplicated value
# "theme":"rainbow",
# "outputMode": 1 // 0: base64 1: pic path 2: no pic 3: json 4: txt
./lite --config config.json --test https://raw.githubusercontent.com/freefq/free/master/v2
Run as a grpc server:
Expand Down
2 changes: 1 addition & 1 deletion constant/version.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package constant

var (
Version = "v0.14.0"
Version = "v0.15.0"
BuildTime = "unknown time"
)

0 comments on commit 6669d93

Please sign in to comment.