aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/luarocks/cfg.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/cfg.lua b/src/luarocks/cfg.lua
index 0e43768e..a55e7e40 100644
--- a/src/luarocks/cfg.lua
+++ b/src/luarocks/cfg.lua
@@ -25,7 +25,7 @@ end
25_M.site_config = site_config 25_M.site_config = site_config
26 26
27lua_version = _VERSION:sub(5) 27lua_version = _VERSION:sub(5)
28program_version = "2.0.11" 28program_version = "2.0.12"
29 29
30local persist = require("luarocks.persist") 30local persist = require("luarocks.persist")
31 31