diff options
| author | Hisham Muhammad <hisham@gobolinux.org> | 2024-05-31 14:38:00 -0300 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2024-05-31 14:38:00 -0300 |
| commit | fa2736e7c68094710643577b0153dac72ce4bcdc (patch) | |
| tree | 0ac9720032b328df2e69825cd61a7dbdd358ab37 /src | |
| parent | 118b2deaa783f9bb8b877eb016aa80c23c21ee24 (diff) | |
| download | luarocks-fa2736e7c68094710643577b0153dac72ce4bcdc.tar.gz luarocks-fa2736e7c68094710643577b0153dac72ce4bcdc.tar.bz2 luarocks-fa2736e7c68094710643577b0153dac72ce4bcdc.zip | |
Release 3.11.1v3.11.1
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 6d8fe55b..9cfd9ddf 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 = "dev" | 24 | local program_version = "3.11.1" |
| 25 | 25 | ||
| 26 | local is_windows = package.config:sub(1,1) == "\\" | 26 | local is_windows = package.config:sub(1,1) == "\\" |
| 27 | 27 | ||
