Skip to content

Commit

Permalink
chore: release gapic-generator-php v0.0.5
Browse files Browse the repository at this point in the history
Committer: @miraleung
PiperOrigin-RevId: 363929847
  • Loading branch information
Google APIs authored and Copybara-Service committed Mar 19, 2021
1 parent 4ea5a27 commit 57f3ac9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -358,13 +358,13 @@ php(
php_gapic_repositories()

# PHP micro-generator (beta)
_gapic_generator_php_version = "0.0.5"

http_archive(
name = "gapic_generator_php",
strip_prefix = "gapic-generator-php-1.0.0-beta04",
urls = ["https://github.com/googleapis/gapic-generator-php/archive/v1.0.0-beta04.zip"],
strip_prefix = "gapic-generator-php-%s" % _gapic_generator_php_version,
urls = ["https://github.com/googleapis/gapic-generator-php/archive/v%s.zip" % _gapic_generator_php_version],
)

load("@gapic_generator_php//:repositories.bzl", "gapic_generator_php_repositories")

gapic_generator_php_repositories()
Expand Down

0 comments on commit 57f3ac9

Please sign in to comment.