summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2025-06-17 19:13:20 -0300
committerHisham Muhammad <hisham@gobolinux.org>2025-06-17 19:13:20 -0300
commit705bb7408656ae9a60709894920284f83d948ec3 (patch)
tree3d227e7d57921f317fcdeda992857e05423a5d38 /src
parent2cdf35e769dd904759d50a6589474d6a52605916 (diff)
downloadluarocks-3.12.1.tar.gz
luarocks-3.12.1.tar.bz2
luarocks-3.12.1.zip
Release 3.12.1v3.12.1
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 bd948f9a..6583a6c7 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.0" 24local program_version = "3.12.1"
25 25
26local is_windows = package.config:sub(1,1) == "\\" 26local is_windows = package.config:sub(1,1) == "\\"
27 27