From e9e97800c2df7d7ca3a412733ff2d31786f85a06 Mon Sep 17 00:00:00 2001 From: John Pedrie Date: Thu, 31 May 2018 13:51:58 -0400 Subject: [PATCH] Prepare v0.67.0 (#1077) --- VERSION | 2 +- src/TranslateClient.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 867e524..cb174d5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.0 \ No newline at end of file +1.2.1 \ No newline at end of file diff --git a/src/TranslateClient.php b/src/TranslateClient.php index b19e7d2..e279314 100644 --- a/src/TranslateClient.php +++ b/src/TranslateClient.php @@ -53,7 +53,7 @@ class TranslateClient { use ClientTrait; - const VERSION = '1.2.0'; + const VERSION = '1.2.1'; const ENGLISH_LANGUAGE_CODE = 'en';