Skip to content

Commit 6669d93

Browse files
committed
update v0.15.0
1 parent fc02e14 commit 6669d93

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ Run as a speed test tool:
2121
./lite -p 10889
2222
2323
# test in command line only mode
24-
./lite --config ./config.json --test https://raw.githubusercontent.com/freefq/free/master/v2
24+
./lite --test https://raw.githubusercontent.com/freefq/free/master/v2
2525
# test in command line only mode with custom config.
26+
./lite --config config.json --test https://raw.githubusercontent.com/freefq/free/master/v2
2627
# details can find here https://github.com/xxf098/LiteSpeedTest/blob/master/config.json
2728
# all config options:
2829
# "group":"job", // group name
@@ -38,7 +39,6 @@ Run as a speed test tool:
3839
# "unique": true, // remove duplicated value
3940
# "theme":"rainbow",
4041
# "outputMode": 1 // 0: base64 1: pic path 2: no pic 3: json 4: txt
41-
./lite --config config.json --test https://raw.githubusercontent.com/freefq/free/master/v2
4242
4343
4444
Run as a grpc server:

constant/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package constant
22

33
var (
4-
Version = "v0.14.0"
4+
Version = "v0.15.0"
55
BuildTime = "unknown time"
66
)

0 commit comments

Comments
 (0)