diff --git a/build_config.go b/build_config.go index 8c9692b..7952ed9 100644 --- a/build_config.go +++ b/build_config.go @@ -2,7 +2,7 @@ package main // Build constants -const VERSION = "2.1.0" +const VERSION = "2.1.1" const REPOSITORY_URL = "https://github.com/unmojang/drasl" diff --git a/flake.nix b/flake.nix index 8687533..69986d7 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ nixpkgs, buildNodeModules, }: let - version = "2.1.0"; + version = "2.1.1"; supportedSystems = ["x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin"];