From aaa8b6e23a782ba846b47e4aed9afb09216df7c5 Mon Sep 17 00:00:00 2001 From: Anantha Kumaran Date: Wed, 25 Sep 2024 07:54:10 +0530 Subject: [PATCH] bump version --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 52c380f..1d70c82 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule ExqScheduler.Mixfile do def project do [ app: :exq_scheduler, - version: "1.0.0", + version: "1.0.1", elixir: "~> 1.7", start_permanent: Mix.env() == :prod, deps: deps(),