From d01282db28895baec627cf9b38e05ae29a0e04ea Mon Sep 17 00:00:00 2001 From: 778a69cd <778a69cd@potsda.mn> Date: Thu, 26 Dec 2024 12:51:30 +0100 Subject: [PATCH] bump version in nix package to 5.1.0 --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;