aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2025-12-28 20:11:48 -0300
committerHisham Muhammad <hisham@gobolinux.org>2025-12-28 20:13:37 -0300
commit1b82cea9530182f833f1881669472092495d3f51 (patch)
tree877c64984ca2b4265c0c1e0608d0e03d43bde47d /src
parent1120171539b9bf2457f3df26757962ba47d436cc (diff)
parent31032c434b01c853e94ef21b8d9979436fbf81bc (diff)
downloadluarocks-1b82cea9530182f833f1881669472092495d3f51.tar.gz
luarocks-1b82cea9530182f833f1881669472092495d3f51.tar.bz2
luarocks-1b82cea9530182f833f1881669472092495d3f51.zip
Merge branch '3.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