Skip to content

Commit c8fd77d

Browse files
authored
chore: Bump gapic-showcase version to 0.28.2 (#1830)
1 parent 1ff8cc0 commit c8fd77d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66
name: ci
77
env:
8-
SHOWCASE_VERSION: 0.28.0
8+
SHOWCASE_VERSION: 0.28.2
99
jobs:
1010
build:
1111
runs-on: ubuntu-22.04

.github/workflows/sonar.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: SonarCloud Build
22
env:
3-
SHOWCASE_VERSION: 0.28.0
3+
SHOWCASE_VERSION: 0.28.2
44
on:
55
push:
66
branches:

.kokoro/presubmit/downstream-build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
set -eo pipefail
1717

18-
SHOWCASE_VERSION=0.28.0
18+
SHOWCASE_VERSION=0.28.2
1919

2020
## Get the directory of the build script
2121
scriptDir=$(realpath "$(dirname "${BASH_SOURCE[0]}")")

WORKSPACE

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ http_archive(
107107
)
108108

109109
# Showcase
110-
_showcase_version = "0.28.1"
110+
_showcase_version = "0.28.2"
111111

112112
http_archive(
113113
name = "com_google_gapic_showcase",

showcase/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ versions is not guaranteed. If changing the version of the server, it may also b
1616
update to a compatible client version in `./WORKSPACE`.
1717

1818
```shell
19-
$ GAPIC_SHOWCASE_VERSION=0.28.0
19+
$ GAPIC_SHOWCASE_VERSION=0.28.2
2020
$ go install github.com/googleapis/gapic-showcase/cmd/gapic-showcase@v"$GAPIC_SHOWCASE_VERSION"
2121
$ PATH=$PATH:`go env GOPATH`/bin
2222
$ gapic-showcase --help

showcase/gapic-showcase/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</parent>
2020

2121
<properties>
22-
<gapic-showcase.version>0.28.0</gapic-showcase.version>
22+
<gapic-showcase.version>0.28.2</gapic-showcase.version>
2323
</properties>
2424

2525
<profiles>

0 commit comments

Comments
 (0)