From 39a6b6578cfe55212311592a5b3774a65f40d333 Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Tue, 9 Jul 2024 10:20:35 -0400 Subject: Changed over to mod-version 4.0 Addedd in preview. git diff HEAD --- src/lpm.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lpm.lua') 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 }) -- cgit v1.2.3