From f62638c36c6f823c4db88e4757b2b86bc74e35b5 Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Wed, 16 Oct 2024 16:04:39 +0000 Subject: [PATCH] chore(constants.lua): update version variable --- lua/rocks/constants.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/rocks/constants.lua b/lua/rocks/constants.lua index 0538d24f..b7ae6921 100644 --- a/lua/rocks/constants.lua +++ b/lua/rocks/constants.lua @@ -24,7 +24,7 @@ constants.LUA_VERSION = "5.1" --- Rocks.nvim version ---@type string -constants.ROCKS_VERSION = "2.40.3" +constants.ROCKS_VERSION = "2.40.4" --- Default configuration file contents ---@type string