From 7212eb0ac0b219d6ecda3133be52079370acd583 Mon Sep 17 00:00:00 2001 From: Josh Smith Date: Sat, 12 Nov 2016 16:56:25 -0800 Subject: [PATCH] Up the version number --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 57b585d0..d93afb95 100644 --- a/mix.exs +++ b/mix.exs @@ -15,7 +15,7 @@ defmodule Stripe.Mixfile do "coveralls.html": :test ], test_coverage: [tool: ExCoveralls], - version: "2.0.0" + version: "2.0.0-alpha.1" ] end