From 5d03b4598cdea283483b1ed789fa1c8a9eb46c52 Mon Sep 17 00:00:00 2001 From: Myzel394 <50424412+Myzel394@users.noreply.github.com> Date: Fri, 14 Feb 2025 23:26:17 +0100 Subject: [PATCH] chore: Update version --- flake.nix | 2 +- server/root-handler/common.go | 2 +- vs-code-extension/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index c589a65..3e85932 100644 --- a/flake.nix +++ b/flake.nix @@ -23,7 +23,7 @@ "aarch64-windows" ] (system: let - version = "0.1.3"; # CI:CD-VERSION + version = "0.1.4"; # CI:CD-VERSION pkgs = import nixpkgs { inherit system; overlays = [ diff --git a/server/root-handler/common.go b/server/root-handler/common.go index 765c794..3ddbc36 100644 --- a/server/root-handler/common.go +++ b/server/root-handler/common.go @@ -2,4 +2,4 @@ package roothandler // The comment below at the end of the line is required for the CI:CD to work. // Do not remove it -var Version = "0.1.3" // CI:CD-VERSION +var Version = "0.1.4" // CI:CD-VERSION diff --git a/vs-code-extension/package.json b/vs-code-extension/package.json index 91910d2..2078481 100644 --- a/vs-code-extension/package.json +++ b/vs-code-extension/package.json @@ -2,7 +2,7 @@ "name": "config-lsp", "description": "Language Features (completions, diagnostics, etc.) for your config files: gitconfig, fstab, aliases, hosts, wireguard, ssh_config, sshd_config, and more to come!", "author": "Myzel394", - "version": "0.1.3", + "version": "0.1.4", "repository": { "type": "git", "url": "https://github.com/Myzel394/config-lsp"