summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2016-12-05 02:49:43 +0100
committerLinus Nordberg <linus@nordu.net>2016-12-05 02:49:43 +0100
commit109fc863b5ebec2d502c55df1f763c8f0ecb4722 (patch)
tree06d150b2eb2a053f6ef8132a02a39a2563920766
parent4ff1df451464d07d4633c59b65aa04b6d7f36785 (diff)
Bump version to 0.9.0.
-rw-r--r--ebin/plop.app2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/plop.app b/ebin/plop.app
index 874962e..be82c60 100644
--- a/ebin/plop.app
+++ b/ebin/plop.app
@@ -5,7 +5,7 @@
{application, plop,
[{description, "The plop store"},
- {vsn, "0.9.0-dev"},
+ {vsn, "0.9.0"},
{modules, [plop_app, plop_sup, plop, db, ht, hex, tlv]},
{applications, [kernel, stdlib]}, % crypto, public_key
{registered, [plop, ht, db]},