From c1c30a0984e06296a38d72fd69b27e9102c858db Mon Sep 17 00:00:00 2001 From: Ashar Date: Sat, 5 Oct 2024 14:26:21 +0530 Subject: [PATCH] release: tag 0.6.2 (#35) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 35ad41e..cc113ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "protols" description = "Language server for proto3 files" -version = "0.6.0" +version = "0.6.2" edition = "2021" license = "MIT" homepage = "https://github.com/coder3101/protols"