From 24ffe63c890d991f4beb1e7a569d6da4e4962e46 Mon Sep 17 00:00:00 2001 From: Jae Bach Hardie Date: Fri, 28 Apr 2017 15:22:06 +0100 Subject: [PATCH] 0.6.6 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 992c9db..5942522 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Mssqlex.Mixfile do def project do [app: :mssqlex, - version: "0.6.5", + version: "0.6.6", description: "Adapter to Microsoft SQL Server. Using DBConnection and ODBC.", elixir: "~> 1.4", build_embedded: Mix.env == :prod,