8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4175ed commit cb2c0ffCopy full SHA for cb2c0ff
doc/commands.md
@@ -249,7 +249,7 @@ Display version information.
249
Short:
250
251
$ leetcode version
252
- 0.6.0
+ 0.7.0
253
254
Verbose:
255
@@ -259,7 +259,7 @@ Verbose:
259
| | ___ ___| |_ ___ ___ __| | ___
260
| |/ _ \/ _ \ __|/ __|/ _ \ / _` |/ _ \
261
| | __/ __/ |_ (__| (_) | (_| | __/
262
- |_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v0.6.0
+ |_|\___|\___|\__|\___|\___/ \__,_|\___| CLI v0.7.0
263
264
[Environment]
265
Cache: /Users/skygragon/.lc/
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "leetcode-cli",
3
- "version": "0.6.0",
+ "version": "0.7.0",
4
"description": "A cli tool to enjoy leetcode!",
5
"preferGlobal": "true",
6
"bin": {
0 commit comments