From ce6e2bde1a786a2b8b657467f000f8443abc9ce6 Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Thu, 22 Aug 2024 08:54: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 d3aedd76..e7a201c5 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.37.1" +constants.ROCKS_VERSION = "2.38.0" --- Default configuration file contents ---@type string