From f1553120aa94269027cafc6024ab588ecca7b973 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Mon, 22 Feb 2016 11:36:44 -0600 Subject: [PATCH] version bump --- src/rebar3_cuttlefish.app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rebar3_cuttlefish.app.src b/src/rebar3_cuttlefish.app.src index 80eb6cf..840cdde 100644 --- a/src/rebar3_cuttlefish.app.src +++ b/src/rebar3_cuttlefish.app.src @@ -1,6 +1,6 @@ {application,rebar3_cuttlefish, [{description,"A rebar plugin"}, - {vsn,"0.5.0"}, + {vsn,"0.6.0"}, {registered,[]}, {applications,[kernel,stdlib,cuttlefish]}, {env,[]},