From 91b8e85e6d9d8eb383aa522399c195d190c25fa2 Mon Sep 17 00:00:00 2001 From: nelsonic Date: Sun, 16 Jun 2024 12:37:42 +0400 Subject: [PATCH] bump version to 1.6.6 - maintenance release - no code changed --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 82c6fff..5410c2e 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule ElixirAuthGithub.Mixfile do def project do [ app: :elixir_auth_github, - version: "1.6.5", + version: "1.6.6", elixir: "~> 1.12", test_coverage: [tool: ExCoveralls], preferred_cli_env: [