aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lpm.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lpm.lua b/src/lpm.lua
index 51b09cc..18d16cc 100644
--- a/src/lpm.lua
+++ b/src/lpm.lua
@@ -532,7 +532,7 @@ function common.args(arguments, options)
end
global({
- LATEST_MOD_VERSION = "3.0.0",
+ LATEST_MOD_VERSION = "4.0.0",
EXECUTABLE_EXTENSION = PLATFORM == "windows" and ".exe" or "",
SHOULD_COLOR = ((PLATFORM == "windows" or (os.getenv("TERM") and os.getenv("TERM") ~= "dumb")) and not os.getenv("NO_COLOR")) or false
})