diff options
| author | Hisham Muhammad <hisham@gobolinux.org> | 2025-06-17 19:13:20 -0300 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2025-06-17 19:13:20 -0300 |
| commit | 705bb7408656ae9a60709894920284f83d948ec3 (patch) | |
| tree | 3d227e7d57921f317fcdeda992857e05423a5d38 /src | |
| parent | 2cdf35e769dd904759d50a6589474d6a52605916 (diff) | |
| download | luarocks-3.12.1.tar.gz luarocks-3.12.1.tar.bz2 luarocks-3.12.1.zip | |
Release 3.12.1v3.12.1
Diffstat (limited to '')
| -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 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 | ||
| 24 | local program_version = "3.12.0" | 24 | local program_version = "3.12.1" |
| 25 | 25 | ||
| 26 | local is_windows = package.config:sub(1,1) == "\\" | 26 | local is_windows = package.config:sub(1,1) == "\\" |
| 27 | 27 | ||
