From ccdaaa1cb1f5484575c81f452f1961ee1a005d51 Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Mon, 27 May 2024 18:35:18 +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 0f135cb2..1a88cec0 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.29.0" +constants.ROCKS_VERSION = "2.29.1" --- Default configuration file contents ---@type string