Skip to content

Commit

Permalink
chore: Bump gapic-showcase version to 0.28.2 (#1830)
Browse files Browse the repository at this point in the history
  • Loading branch information
lqiu96 committed Jul 12, 2023
1 parent d768cb4 commit b1d32b5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
name: ci
env:
SHOWCASE_VERSION: 0.28.0
SHOWCASE_VERSION: 0.28.2
jobs:
build:
runs-on: ubuntu-22.04
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: SonarCloud Build
env:
SHOWCASE_VERSION: 0.28.0
SHOWCASE_VERSION: 0.28.2
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/presubmit/downstream-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

set -eo pipefail

SHOWCASE_VERSION=0.28.0
SHOWCASE_VERSION=0.28.2

## Get the directory of the build script
scriptDir=$(realpath "$(dirname "${BASH_SOURCE[0]}")")
Expand Down
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ http_archive(
)

# Showcase
_showcase_version = "0.28.1"
_showcase_version = "0.28.2"

http_archive(
name = "com_google_gapic_showcase",
Expand Down
2 changes: 1 addition & 1 deletion showcase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ versions is not guaranteed. If changing the version of the server, it may also b
update to a compatible client version in `./WORKSPACE`.

```shell
$ GAPIC_SHOWCASE_VERSION=0.28.0
$ GAPIC_SHOWCASE_VERSION=0.28.2
$ go install github.com/googleapis/gapic-showcase/cmd/gapic-showcase@v"$GAPIC_SHOWCASE_VERSION"
$ PATH=$PATH:`go env GOPATH`/bin
$ gapic-showcase --help
Expand Down
2 changes: 1 addition & 1 deletion showcase/gapic-showcase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</parent>

<properties>
<gapic-showcase.version>0.28.0</gapic-showcase.version>
<gapic-showcase.version>0.28.2</gapic-showcase.version>
</properties>

<profiles>
Expand Down

0 comments on commit b1d32b5

Please sign in to comment.