From 567115b05659d0abad3058fcf74b9960edf9ed41 Mon Sep 17 00:00:00 2001 From: Anton Mishchuk Date: Tue, 16 Jan 2024 08:58:40 +0100 Subject: [PATCH] Set version to 0.7.3 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 017b340..7e69a8e 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Strom.MixProject do def project do [ app: :strom, - version: "0.7.2", + version: "0.7.3", elixir: "~> 1.15", start_permanent: Mix.env() == :prod, description: description(),