diff --git a/flake.nix b/flake.nix index 3f164af..8f466eb 100644 --- a/flake.nix +++ b/flake.nix @@ -23,7 +23,7 @@ "aarch64-windows" ] (system: let - version = "0.1.1"; # CI:CD-VERSION + version = "0.1.2"; # CI:CD-VERSION pkgs = import nixpkgs { inherit system; overlays = [ diff --git a/server/root-handler/common.go b/server/root-handler/common.go index 031ff10..7ef05c8 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.1" // CI:CD-VERSION +var Version = "0.1.2" // CI:CD-VERSION diff --git a/vs-code-extension/package.json b/vs-code-extension/package.json index 609b7f6..82a9b0c 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.1", + "version": "0.1.2", "repository": { "type": "git", "url": "https://github.com/Myzel394/config-lsp"