From ba6eeddb53394b6827818ab9f8acd0f8731c4cd3 Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Tue, 16 Jul 2024 19:36:49 +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 0efeb7e6..cb8d074a 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.35.2" +constants.ROCKS_VERSION = "2.36.0" --- Default configuration file contents ---@type string