diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2024-02-27 15:17:11 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2024-02-27 15:17:11 -0300 |
commit | 2a78c2280e1f41523c6649acf41bb39fddf07890 (patch) | |
tree | db29e9d15dc467e708ea852904c92cc1aa9f28d4 /src | |
parent | ef724a68449938f6ab9ccf58bdcf8234bac87b06 (diff) | |
download | luarocks-9a7cc9395dc0a48cbacf6d1b295022361cc4836c.tar.gz luarocks-9a7cc9395dc0a48cbacf6d1b295022361cc4836c.tar.bz2 luarocks-9a7cc9395dc0a48cbacf6d1b295022361cc4836c.zip |
Release 3.10.0v3.10.0
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..86928566 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.10.0" |
25 | 25 | ||
26 | local is_windows = package.config:sub(1,1) == "\\" | 26 | local is_windows = package.config:sub(1,1) == "\\" |
27 | 27 | ||