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