summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2024-03-13 16:22:26 -0300
committerHisham Muhammad <hisham@gobolinux.org>2024-03-13 16:22:26 -0300
commitda9d03e11911e1e27fdffe6c3d91c92559ca57e0 (patch)
treef9a21ec68e2e16b7d54edc865e409c2c30862b38 /src
parent9751d99b7593b8d497fb0e096fa77bb5a08b7b30 (diff)
downloadluarocks-3.11.0.tar.gz
luarocks-3.11.0.tar.bz2
luarocks-3.11.0.zip
Release 3.11.0v3.11.0
Diffstat (limited to '')
-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 6d8fe55b..7ac83640 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 = "dev" 24local program_version = "3.11.0"
25 25
26local is_windows = package.config:sub(1,1) == "\\" 26local is_windows = package.config:sub(1,1) == "\\"
27 27