From 045d9d870ea15ed069f138491976f6a80a63ae29 Mon Sep 17 00:00:00 2001 From: Jae Bach Hardie Date: Thu, 2 Mar 2017 10:43:51 +0000 Subject: [PATCH] 0.0.8 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 52ce98b..e55d911 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Mssqlex.Mixfile do def project do [app: :mssqlex, - version: "0.0.7", + version: "0.0.8", description: "Adapter to Microsoft SQL Server. Using DBConnection and ODBC.", elixir: "~> 1.4", build_embedded: Mix.env == :prod,