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:05:59 -0300
commit31032c434b01c853e94ef21b8d9979436fbf81bc (patch)
treed2cd766f1a10c86dd2adc1bd0ec7ecb5c84cf8bc /src
parent1120171539b9bf2457f3df26757962ba47d436cc (diff)
downloadluarocks-31032c434b01c853e94ef21b8d9979436fbf81bc.tar.gz
luarocks-31032c434b01c853e94ef21b8d9979436fbf81bc.tar.bz2
luarocks-31032c434b01c853e94ef21b8d9979436fbf81bc.zip
Release 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