summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2022-04-17 00:45:04 -0300
committerHisham Muhammad <hisham@gobolinux.org>2022-04-17 00:45:04 -0300
commitb2a271cc9798e56c443ace6e0a50f13148bf4bb2 (patch)
treeb5d32174dd078686269459c34b9241382b36f3bc /src
parent0f82063a51cd9197edd214e0427fe4e84ae9c0b9 (diff)
downloadluarocks-3.9.0.tar.gz
luarocks-3.9.0.tar.bz2
luarocks-3.9.0.zip
Release 3.9.0v3.9.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 5b406121..d6eead7e 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.0"
24 24
25local is_windows = package.config:sub(1,1) == "\\" 25local is_windows = package.config:sub(1,1) == "\\"
26 26