diff options
author | Linus Nordberg <linus@nordu.net> | 2016-12-05 02:50:47 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2016-12-05 02:50:47 +0100 |
commit | 1fecbcbcc5b7ae8453e68f3df6f25a140aa6df72 (patch) | |
tree | ace86e8c3434450abb62934baf4def4ca6c7ed01 /reltool.config | |
parent | 3da6fcdd4e253b37ad140e6733a7596169c5a6dc (diff) |
Bump version to 0.9.0.catlfish-0.9.0
Use plop-0.9.0.
Diffstat (limited to 'reltool.config')
-rw-r--r-- | reltool.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reltool.config b/reltool.config index 896aaf4..d7fb36f 100644 --- a/reltool.config +++ b/reltool.config @@ -2,7 +2,7 @@ {sys, [ {erts, [{mod_cond, derived}, {app_file, strip}]}, {app_file, strip}, - {rel, "catlfish", "0.9.0-dev", [kernel, stdlib, sasl, catlfish]}, + {rel, "catlfish", "0.9.0", [kernel, stdlib, sasl, catlfish]}, {boot_rel, "catlfish"}, {profile, standalone}, {incl_sys_filters, ["^bin/", "^erts-.*/", "^lib"]}, |