From 037eb44db53bed64bcfee93ff9cc41c79879f25f Mon Sep 17 00:00:00 2001 From: Ilyich Vismara Date: Mon, 11 Dec 2023 15:21:15 +0100 Subject: [PATCH] chore: set version to v0.2.10 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 7ac3528..3659ae4 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule ArkePostgres.MixProject do use Mix.Project - @version "0.2.9" + @version "0.2.10" @scm_url "https://github.com/arkemishub/arke-postgres" @site_url "https://arkehub.com"