diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2022-12-08 15:11:02 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2022-12-08 15:11:02 -0300 |
commit | 0f4c793427a1cf2b7879ee668c1479058412629c (patch) | |
tree | acc480c6f1d8f313153fc23283e0c7d7101a11fd /src | |
parent | 525a3bccf105190c4b78c5c8eee9821e9951583d (diff) | |
download | luarocks-0f4c793427a1cf2b7879ee668c1479058412629c.tar.gz luarocks-0f4c793427a1cf2b7879ee668c1479058412629c.tar.bz2 luarocks-0f4c793427a1cf2b7879ee668c1479058412629c.zip |
Release 3.9.2
Diffstat (limited to 'src')
-rw-r--r-- | src/luarocks/core/cfg.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/core/cfg.lua b/src/luarocks/core/cfg.lua index a5f27e27..eb170f35 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 | ||
23 | local program_version = "dev" | 23 | local program_version = "3.9.2" |
24 | 24 | ||
25 | local is_windows = package.config:sub(1,1) == "\\" | 25 | local is_windows = package.config:sub(1,1) == "\\" |
26 | 26 | ||