diff --git a/project.nix b/project.nix index e5e62c3dacc12eda635ee206416ccf10c47b18bd..181512d085ad89a64c3fb5e69a5da4eaea3035a3 100644 --- a/project.nix +++ b/project.nix @@ -5,5 +5,5 @@ supportedSystems = ["x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin"]; compileForSystems = ["linux/arm64" "linux/amd64" "darwin/amd64" "windows/amd64"]; modulePath = "gitlab.schukai.com/oss/bob"; - version = "0.5.6"; ## do not change this line; it will be updated automatically + version = "0.5.8"; ## do not change this line; it will be updated automatically }