aboutsummaryrefslogtreecommitdiffstats
path: root/src/relx.app.src
diff options
context:
space:
mode:
Diffstat (limited to 'src/relx.app.src')
-rw-r--r--src/relx.app.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/relx.app.src b/src/relx.app.src
index 3f655cf..c52958b 100644
--- a/src/relx.app.src
+++ b/src/relx.app.src
@@ -20,7 +20,7 @@
{application, relx,
[{description, "Release assembler for Erlang/OTP Releases"},
- {vsn, "0.0.5"},
+ {vsn, "semver"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib, getopt, erlware_commons]}]}.