From eae2966f507e71fa59f5701b2d374f0caeb54374 Mon Sep 17 00:00:00 2001 From: Benedikt Reinartz Date: Thu, 16 Dec 2021 09:03:10 +0100 Subject: [PATCH] Bump ierl version to 0.6 (no hex release for now) --- apps/ierl/src/ierl.app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ierl/src/ierl.app.src b/apps/ierl/src/ierl.app.src index dd137d6..c0010be 100644 --- a/apps/ierl/src/ierl.app.src +++ b/apps/ierl/src/ierl.app.src @@ -1,6 +1,6 @@ {application, ierl, [ {description, "Erlang jupyter frontend tool to install and run kernels"}, - {vsn, "0.4.0"}, + {vsn, "0.6.0"}, {registered, []}, {applications, [kernel, stdlib, jupyter, getopt, lfe]}, {included_applications, []},