Skip to content

Commit

Permalink
Update install.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
masx200 committed Dec 12, 2024
1 parent 5be53b7 commit f73c261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.lua
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function main()

local downloadpath = path.join(homepath, "cache", 'downloads')
local name = "leetcode-treenode-cpp"
local version = "1.1.9"
local version = "1.2.0"
local folder = name .. "-" .. version
local archivefile = path.join(downloadpath, folder .. '.zip')
local listfile = path.join(downloadpath, folder .. '.list')
Expand Down

0 comments on commit f73c261

Please sign in to comment.