Skip to content

Commit b327a25

Browse files
chore(main): release 1.86.0-SNAPSHOT
1 parent 5d9be4e commit b327a25

84 files changed

Lines changed: 85 additions & 85 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/generated_files_sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
pull_request:
1818
name: generation diff
1919
env:
20-
library_generation_image_tag: 2.71.0 # {x-version-update:gapic-generator-java:current}
20+
library_generation_image_tag: 2.72.0-SNAPSHOT # {x-version-update:gapic-generator-java:current}
2121
jobs:
2222
root-pom:
2323
# root pom.xml does not have diff from generated one

.github/workflows/hermetic_library_generation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121
REPO_FULL_NAME: ${{ github.event.pull_request.head.repo.full_name }}
2222
GITHUB_REPOSITORY: ${{ github.repository }}
2323
# {x-version-update-start:gapic-generator-java:current}
24-
GENERATOR_VERSION: 2.71.0
24+
GENERATOR_VERSION: 2.72.0-SNAPSHOT
2525
# {x-version-update-end}
2626
jobs:
2727
library_generation:

WORKSPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ load("@rules_jvm_external//:defs.bzl", "maven_install")
6767
load("@io_grpc_grpc_java//:repositories.bzl", "IO_GRPC_GRPC_JAVA_ARTIFACTS")
6868
load("@io_grpc_grpc_java//:repositories.bzl", "IO_GRPC_GRPC_JAVA_OVERRIDE_TARGETS")
6969

70-
_gapic_generator_java_version = "2.71.0" # {x-version-update:gapic-generator-java:current}
70+
_gapic_generator_java_version = "2.72.0-SNAPSHOT" # {x-version-update:gapic-generator-java:current}
7171

7272
maven_install(
7373
artifacts = [

java-shopping-merchant-quota/google-shopping-merchant-quota/src/main/java/com/google/shopping/merchant/quota/v1beta/stub/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
@InternalApi("For internal use only")
2222
final class Version {
2323
// {x-version-update-start:google-shopping-merchant-quota:current}
24-
static final String VERSION = "1.19.0";
24+
static final String VERSION = "1.20.0-SNAPSHOT";
2525
// {x-version-update-end}
2626

2727
}

java-shopping-merchant-reports/google-shopping-merchant-reports/src/main/java/com/google/shopping/merchant/reports/v1/stub/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
@InternalApi("For internal use only")
2222
final class Version {
2323
// {x-version-update-start:google-shopping-merchant-reports:current}
24-
static final String VERSION = "1.19.0";
24+
static final String VERSION = "1.20.0-SNAPSHOT";
2525
// {x-version-update-end}
2626

2727
}

java-shopping-merchant-reports/google-shopping-merchant-reports/src/main/java/com/google/shopping/merchant/reports/v1alpha/stub/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
@InternalApi("For internal use only")
2222
final class Version {
2323
// {x-version-update-start:google-shopping-merchant-reports:current}
24-
static final String VERSION = "1.19.0";
24+
static final String VERSION = "1.20.0-SNAPSHOT";
2525
// {x-version-update-end}
2626

2727
}

java-shopping-merchant-reports/google-shopping-merchant-reports/src/main/java/com/google/shopping/merchant/reports/v1beta/stub/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
@InternalApi("For internal use only")
2222
final class Version {
2323
// {x-version-update-start:google-shopping-merchant-reports:current}
24-
static final String VERSION = "1.19.0";
24+
static final String VERSION = "1.20.0-SNAPSHOT";
2525
// {x-version-update-end}
2626

2727
}

java-shopping-merchant-reviews/google-shopping-merchant-reviews/src/main/java/com/google/shopping/merchant/reviews/v1beta/stub/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
@InternalApi("For internal use only")
2222
final class Version {
2323
// {x-version-update-start:google-shopping-merchant-reviews:current}
24-
static final String VERSION = "0.37.0";
24+
static final String VERSION = "0.38.0-SNAPSHOT";
2525
// {x-version-update-end}
2626

2727
}

java-showcase/gapic-showcase/src/main/java/com/google/showcase/v1beta1/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
@InternalApi("For internal use only")
2222
public final class Version {
2323
// {x-version-update-start:gapic-showcase:current}
24-
public static final String VERSION = "0.17.0";
24+
public static final String VERSION = "0.18.0-SNAPSHOT";
2525
// {x-version-update-end}
2626

2727
}

java-showcase/gapic-showcase/src/main/java/com/google/showcase/v1beta1/stub/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
@InternalApi("For internal use only")
2222
final class Version {
2323
// {x-version-update-start:gapic-showcase:current}
24-
static final String VERSION = "0.0.0-SNAPSHOT";
24+
static final String VERSION = "0.18.0-SNAPSHOT";
2525
// {x-version-update-end}
2626

2727
}

0 commit comments

Comments
 (0)