diff --git a/VERSION b/VERSION index d2d61a7..e2cac26 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.2 \ No newline at end of file +1.2.3 \ No newline at end of file diff --git a/src/TranslateClient.php b/src/TranslateClient.php index 38ac433..2d142b9 100644 --- a/src/TranslateClient.php +++ b/src/TranslateClient.php @@ -53,7 +53,7 @@ class TranslateClient { use ClientTrait; - const VERSION = '1.2.2'; + const VERSION = '1.2.3'; const ENGLISH_LANGUAGE_CODE = 'en';