From 9894330bff68e35129c26a73127748af0e4c8d82 Mon Sep 17 00:00:00 2001 From: 778a69cd <778a69cd@potsda.mn> Date: Thu, 29 Feb 2024 18:40:01 +0100 Subject: [PATCH] add comment about version number --- default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/default.nix b/default.nix index 39c83eaff..1d3cc4288 100644 --- a/default.nix +++ b/default.nix @@ -14,6 +14,9 @@ let in mixRelease rec { pname = "mobilizon"; + + # 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 = "4.1.0-alpha.1"; inherit src;