From 80efe9758f5c244539703b1946c4dc4468f5a3cc Mon Sep 17 00:00:00 2001 From: Aaron Klaassen Date: Thu, 21 Mar 2019 16:32:38 -0500 Subject: [PATCH] Set version 2.0.0. --- lib/unsplash/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/unsplash/version.rb b/lib/unsplash/version.rb index 6efa2eb..ed9b94e 100644 --- a/lib/unsplash/version.rb +++ b/lib/unsplash/version.rb @@ -1,4 +1,4 @@ module Unsplash # :nodoc: # :nodoc: - VERSION = "1.5.6" + VERSION = "2.0.0" end