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 5be53b7 commit f73c261Copy full SHA for f73c261
install.lua
@@ -51,7 +51,7 @@ function main()
51
52
local downloadpath = path.join(homepath, "cache", 'downloads')
53
local name = "leetcode-treenode-cpp"
54
- local version = "1.1.9"
+ local version = "1.2.0"
55
local folder = name .. "-" .. version
56
local archivefile = path.join(downloadpath, folder .. '.zip')
57
local listfile = path.join(downloadpath, folder .. '.list')
0 commit comments