diff --git a/default.nix b/default.nix index 3f83816f3..dcfe2ec1d 100644 --- a/default.nix +++ b/default.nix @@ -17,7 +17,7 @@ mixRelease rec { # This has to be kept in sync with the version in mix.exs and package.json! # Otherwise the nginx routing isn't going to work properly. - version = "5.0.0-beta.1"; + version = "5.1.0"; inherit src;