From 75bdd07a2d125d2878e5e68d2ce0bfc80a13a7ce Mon Sep 17 00:00:00 2001 From: Yury Buldakov Date: Sat, 9 Sep 2017 16:09:07 +0300 Subject: [PATCH] Prepare release 2.1.10 --- lib/Tmdb/Client.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Tmdb/Client.php b/lib/Tmdb/Client.php index ca7b640e..498bdab2 100644 --- a/lib/Tmdb/Client.php +++ b/lib/Tmdb/Client.php @@ -8,7 +8,7 @@ * @package Tmdb * @author Michael Roterman * @copyright (c) 2013, Michael Roterman - * @version 0.0.1 + * @version 2.1.10 */ namespace Tmdb; @@ -31,7 +31,7 @@ class Client use ApiMethodsTrait; /** Client Version */ - const VERSION = '2.1.9'; + const VERSION = '2.1.10'; /** Base API URI */ const TMDB_URI = 'api.themoviedb.org/3/';