Skip to content

Commit

Permalink
Prepare v0.93.0 (#1671)
Browse files Browse the repository at this point in the history
* Prepare v0.93.0

* Move Bigtable to beta
  • Loading branch information
jdpedrie authored Feb 6, 2019
1 parent 4778b31 commit 76edf2a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ foreach ($rows as $row) {

### Version

This component is considered alpha. As such, it is still a work-in-progress and is more likely to get backwards-incompatible updates.
This component is considered beta. As such, it should be expected to be mostly stable and we're working towards a release candidate. We will address issues and requests with a higher priority.

### Next Steps

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.3
0.10.0
2 changes: 1 addition & 1 deletion src/BigtableClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class BigtableClient
{
use ArrayTrait;

const VERSION = '0.9.3';
const VERSION = '0.10.0';

/**
* @var GapicClient
Expand Down

0 comments on commit 76edf2a

Please sign in to comment.