diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2025-06-05 18:28:29 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2025-06-05 18:31:45 -0300 |
commit | 277b15c1167304c7aa308146d4d48e173e08dba4 (patch) | |
tree | 108607b99835d4780010f7a5df8d1be4cf9adea7 /src | |
parent | ea4ab495d012eae0530883acfd8e77e77be57617 (diff) | |
download | luarocks-277b15c1167304c7aa308146d4d48e173e08dba4.tar.gz luarocks-277b15c1167304c7aa308146d4d48e173e08dba4.tar.bz2 luarocks-277b15c1167304c7aa308146d4d48e173e08dba4.zip |
Release 3.12.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 1be65c27..bd948f9a 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.12.0" |
25 | 25 | ||
26 | local is_windows = package.config:sub(1,1) == "\\" | 26 | local is_windows = package.config:sub(1,1) == "\\" |
27 | 27 | ||