aboutsummaryrefslogtreecommitdiff
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:32:21 -0300
commita8fcea6c0a3443ff31f38f026d29a92098ffeb83 (patch)
tree9dfec69821f122c4da9dee9586e87aee775c3af9 /src
parentcff22cffb946e94972fe4b370d9775f4dd3ab94b (diff)
downloadluarocks-a8fcea6c0a3443ff31f38f026d29a92098ffeb83.tar.gz
luarocks-a8fcea6c0a3443ff31f38f026d29a92098ffeb83.tar.bz2
luarocks-a8fcea6c0a3443ff31f38f026d29a92098ffeb83.zip
Release 3.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