From 2a8054ca07bb92cc788a4ac0f4011c335d05aad0 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 d821b9d15..dad6037ab 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"; inherit src;