From aece6ab04eed67f93a96263bbebe5a20327bd7cb Mon Sep 17 00:00:00 2001 From: John Pedrie Date: Thu, 27 Jun 2019 16:27:31 -0400 Subject: [PATCH] Prepare v0.105.0 (#2072) --- VERSION | 2 +- src/BigtableClient.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 7fd0b1e..51de330 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.12.4 \ No newline at end of file +0.13.0 \ No newline at end of file diff --git a/src/BigtableClient.php b/src/BigtableClient.php index 68c4c50..c7bfe65 100644 --- a/src/BigtableClient.php +++ b/src/BigtableClient.php @@ -40,7 +40,7 @@ class BigtableClient { use ArrayTrait; - const VERSION = '0.12.4'; + const VERSION = '0.13.0'; /** * @var GapicClient