aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2022-07-01 15:56:35 -0300
committerHisham Muhammad <hisham@gobolinux.org>2022-07-01 15:56:35 -0300
commit0e3f817f57ef6280d8e35a9954befaf05bdab61b (patch)
treec7af9b188fc353447974aed2ade8b65e6bcfdda4 /src
parent341943e3184014c8bdf629fcffced1c32b3e799d (diff)
downloadluarocks-3.9.1.tar.gz
luarocks-3.9.1.tar.bz2
luarocks-3.9.1.zip
Release 3.9.1v3.9.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 5b406121..62316782 100644
--- a/src/luarocks/core/cfg.lua
+++ b/src/luarocks/core/cfg.lua
@@ -20,7 +20,7 @@ local vers = require("luarocks.core.vers")
20 20
21-------------------------------------------------------------------------------- 21--------------------------------------------------------------------------------
22 22
23local program_version = "dev" 23local program_version = "3.9.1"
24 24
25local is_windows = package.config:sub(1,1) == "\\" 25local is_windows = package.config:sub(1,1) == "\\"
26 26