diff options
| -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 d7f09cba..9a992bae 100644 --- a/src/luarocks/cfg.lua +++ b/src/luarocks/cfg.lua | |||
| @@ -227,7 +227,7 @@ local defaults = { | |||
| 227 | 227 | ||
| 228 | upload = { | 228 | upload = { |
| 229 | server = "https://rocks.moonscript.org", | 229 | server = "https://rocks.moonscript.org", |
| 230 | tool_version = "0.0.1", | 230 | tool_version = "1.0.0", |
| 231 | api_version = "1", | 231 | api_version = "1", |
| 232 | }, | 232 | }, |
| 233 | 233 | ||
