diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2022-04-17 00:45:04 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2022-04-17 00:45:04 -0300 |
commit | b2a271cc9798e56c443ace6e0a50f13148bf4bb2 (patch) | |
tree | b5d32174dd078686269459c34b9241382b36f3bc /src | |
parent | 0f82063a51cd9197edd214e0427fe4e84ae9c0b9 (diff) | |
download | luarocks-3.9.0.tar.gz luarocks-3.9.0.tar.bz2 luarocks-3.9.0.zip |
Release 3.9.0v3.9.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 5b406121..d6eead7e 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.0" |
24 | 24 | ||
25 | local is_windows = package.config:sub(1,1) == "\\" | 25 | local is_windows = package.config:sub(1,1) == "\\" |
26 | 26 | ||