diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2011-08-14 14:55:38 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2011-08-14 14:55:38 -0300 |
commit | 2cea1bdb5a81063c130cf6a16f38f5bd2f78480e (patch) | |
tree | 3dc43b39c9c08094c067d0c36a9920b4566b11b3 /src | |
parent | 4724492df402089b0529c3ef7cb4fd240cbb5ed0 (diff) | |
download | luarocks-2.0.5.tar.gz luarocks-2.0.5.tar.bz2 luarocks-2.0.5.zip |
Diffstat (limited to '')
-rw-r--r-- | src/luarocks/cfg.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/cfg.lua b/src/luarocks/cfg.lua index 1abe39cb..77eb051e 100644 --- a/src/luarocks/cfg.lua +++ b/src/luarocks/cfg.lua | |||
@@ -24,7 +24,7 @@ end | |||
24 | 24 | ||
25 | _M.config = config | 25 | _M.config = config |
26 | 26 | ||
27 | program_version = "2.0.4.1" | 27 | program_version = "2.0.5" |
28 | user_agent = "LuaRocks/"..program_version | 28 | user_agent = "LuaRocks/"..program_version |
29 | 29 | ||
30 | local persist = require("luarocks.persist") | 30 | local persist = require("luarocks.persist") |