From 68010407a77f1702effbcca6e0d227c62f0076fd Mon Sep 17 00:00:00 2001 From: Thales Macedo Garitezi Date: Fri, 17 May 2024 16:34:33 -0300 Subject: [PATCH] chore: bump version to 0.3.0.0 --- src/erlazure.app.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/erlazure.app.src b/src/erlazure.app.src index ff347ff..fb21608 100644 --- a/src/erlazure.app.src +++ b/src/erlazure.app.src @@ -1,8 +1,8 @@ {application, erlazure, [{description, "Windows Azure Erlang bindings"}, - {vsn, "0.2"}, + {vsn, "0.3.0.0"}, {modules, []}, {registered, []}, {applications, [kernel, stdlib, crypto, inets, ssl]}, {mod, {erlazure_app, []}}, - {env, []}]}. \ No newline at end of file + {env, []}]}.