From 57b7aab73598ee5820550425ee8a21b05e39d2a0 Mon Sep 17 00:00:00 2001 From: Brooks Townsend Date: Wed, 17 Jan 2024 08:55:20 -0500 Subject: [PATCH] chore: bump version to 0.5.0 Signed-off-by: Brooks Townsend --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index c7bda96..9c9609a 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule LatticeObserver.MixProject do def project do [ app: :lattice_observer, - version: "0.4.3", + version: "0.5.0", elixir: "~> 1.12", elixirc_paths: compiler_paths(Mix.env()), start_permanent: Mix.env() == :prod,