aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2024-02-27 15:17:11 -0300
committerHisham Muhammad <hisham@gobolinux.org>2024-02-27 15:17:11 -0300
commit2a78c2280e1f41523c6649acf41bb39fddf07890 (patch)
treedb29e9d15dc467e708ea852904c92cc1aa9f28d4 /src
parentef724a68449938f6ab9ccf58bdcf8234bac87b06 (diff)
downloadluarocks-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.lua2
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
24local program_version = "dev" 24local program_version = "3.10.0"
25 25
26local is_windows = package.config:sub(1,1) == "\\" 26local is_windows = package.config:sub(1,1) == "\\"
27 27