summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2015-04-15 17:21:08 +0200
committerLinus Nordberg <linus@nordberg.se>2015-04-15 17:21:20 +0200
commit507f2014aab5c2c687406e9d3e6a6058bf68cff0 (patch)
treef58fdae06f1d3272dcdc60ec6c44f21d5cf8c510 /ebin
parentc05b0076657d2bee05e55b54a98cd255f979ae94 (diff)
Bump version to 0.7.0-dev.
Diffstat (limited to 'ebin')
-rw-r--r--ebin/plop.app2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/plop.app b/ebin/plop.app
index 759af2f..abf81fd 100644
--- a/ebin/plop.app
+++ b/ebin/plop.app
@@ -5,7 +5,7 @@
{application, plop,
[{description, "The plop store"},
- {vsn, "0.6.0"},
+ {vsn, "0.7.0-dev"},
{modules, [plop_app, plop_sup, plop, db, ht, hex]},
{applications, [kernel, stdlib]}, % crypto, public_key
{registered, [plop, ht, db]},