diff options
| author | Hisham Muhammad <hisham@gobolinux.org> | 2022-07-01 15:56:35 -0300 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2022-07-01 15:56:35 -0300 |
| commit | 0e3f817f57ef6280d8e35a9954befaf05bdab61b (patch) | |
| tree | c7af9b188fc353447974aed2ade8b65e6bcfdda4 /src | |
| parent | 341943e3184014c8bdf629fcffced1c32b3e799d (diff) | |
| download | luarocks-0e3f817f57ef6280d8e35a9954befaf05bdab61b.tar.gz luarocks-0e3f817f57ef6280d8e35a9954befaf05bdab61b.tar.bz2 luarocks-0e3f817f57ef6280d8e35a9954befaf05bdab61b.zip | |
Release 3.9.1v3.9.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 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 | ||
| 23 | local program_version = "dev" | 23 | local program_version = "3.9.1" |
| 24 | 24 | ||
| 25 | local is_windows = package.config:sub(1,1) == "\\" | 25 | local is_windows = package.config:sub(1,1) == "\\" |
| 26 | 26 | ||
