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"