From 714bb76ede1c1b529c3269d02e96c31188e69758 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20F=C3=B6hring?= Date: Thu, 15 Nov 2018 16:18:06 +0100 Subject: [PATCH] Bump version to 2.0.0-rc1 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index dfe814d..7349f07 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule InchEx.Mixfile do def project do [ app: :inch_ex, - version: "2.0.0-dev", + version: "2.0.0-rc1", elixir: "~> 1.7.0-dev", description: "Provides a Mix task that gives you hints where to improve your inline docs", source_url: "https://github.com/rrrene/inch_ex",