forked from potsda.mn/mobilizon
add comment about version number
This commit is contained in:
parent
a49ba0fdbd
commit
9894330bff
|
@ -14,6 +14,9 @@ let
|
||||||
in
|
in
|
||||||
mixRelease rec {
|
mixRelease rec {
|
||||||
pname = "mobilizon";
|
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";
|
version = "4.1.0-alpha.1";
|
||||||
|
|
||||||
inherit src;
|
inherit src;
|
||||||
|
|
Loading…
Reference in a new issue