aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2025-12-28 20:01:55 -0300
committerHisham Muhammad <hisham@gobolinux.org>2025-12-28 20:08:05 -0300
commit3421bedc2ce2b64e79530bb97497531b014899a8 (patch)
tree7170a2fe7b8c6f79b8072570ef0d7b68562b7796 /src
parent1120171539b9bf2457f3df26757962ba47d436cc (diff)
downloadluarocks-3.13.0.tar.gz
luarocks-3.13.0.tar.bz2
luarocks-3.13.0.zip
Release 3.13.0v3.13.0
Diffstat (limited to 'src')
-rw-r--r--src/luarocks/core/cfg.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/core/cfg.lua b/src/luarocks/core/cfg.lua
index 7e1294cd..1c380e1d 100644
--- a/src/luarocks/core/cfg.lua
+++ b/src/luarocks/core/cfg.lua
@@ -21,7 +21,7 @@ local vers = require("luarocks.core.vers")
21 21
22-------------------------------------------------------------------------------- 22--------------------------------------------------------------------------------
23 23
24local program_version = "3.12.2" 24local program_version = "3.13.0"
25 25
26local is_windows = package.config:sub(1,1) == "\\" 26local is_windows = package.config:sub(1,1) == "\\"
27 27