From a222ff4dc5951e41d76451156d10a3c8047edbe4 Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Fri, 21 Aug 2015 09:43:42 -0400 Subject: [PATCH] Bump patch version to 0.0.1 due to the switch from atom() to, the more-explicit, module() type. --- src/beam_stats.app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/beam_stats.app.src b/src/beam_stats.app.src index da3e2a3..9f5c428 100644 --- a/src/beam_stats.app.src +++ b/src/beam_stats.app.src @@ -1,7 +1,7 @@ {application, beam_stats, [ {description, "Periodic VM stats production and consumption."}, - {vsn, "0.0.0"}, + {vsn, "0.0.1"}, {registered, []}, {applications, [ kernel -- 2.20.1