diff --git a/src/worker_pool.app.src b/src/worker_pool.app.src index 60b2d4d..22cef08 100644 --- a/src/worker_pool.app.src +++ b/src/worker_pool.app.src @@ -15,11 +15,11 @@ {application, worker_pool, [ {description, "Erlang Worker Pool"}, - {vsn, "1.0"}, + {vsn, "1.0.1"}, {id, "worker_pool"}, {registered, []}, {applications, [kernel,stdlib,lager]}, {mod, {wpool, []}}, {env, []} ] -}. \ No newline at end of file +}.