diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2024-03-13 16:22:26 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2024-03-13 16:22:26 -0300 |
commit | da9d03e11911e1e27fdffe6c3d91c92559ca57e0 (patch) | |
tree | f9a21ec68e2e16b7d54edc865e409c2c30862b38 /src | |
parent | 9751d99b7593b8d497fb0e096fa77bb5a08b7b30 (diff) | |
download | luarocks-3.11.0.tar.gz luarocks-3.11.0.tar.bz2 luarocks-3.11.0.zip |
Release 3.11.0v3.11.0
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 6d8fe55b..7ac83640 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.0" |
25 | 25 | ||
26 | local is_windows = package.config:sub(1,1) == "\\" | 26 | local is_windows = package.config:sub(1,1) == "\\" |
27 | 27 | ||