From 73dc95bde9190fb24975044d6d474760c2044b83 Mon Sep 17 00:00:00 2001 From: Cocoa Date: Wed, 19 Jul 2023 14:12:31 +0100 Subject: [PATCH] release v0.1.0 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 4ad12dd..c4606de 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Adbc.MixProject do use Mix.Project - @version "0.1.0-dev" + @version "0.1.0" @github_url "https://github.com/elixir-explorer/adbc" def project do