Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit b8203c5

Browse files
fix: restore Version.java
1 parent 0f3cac1 commit b8203c5

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/.OwlBot-hermetic.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ deep-remove-regex:
55
- "/google-cloud-firestore-admin/src"
66

77
deep-preserve-regex:
8+
- "/.*google-.*/src/main/java/.*/stub/Version.java"
89
- "/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java"
910
- "/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/DocumentPathName.java"
1011
- "/proto-google-cloud-firestore-v1/src/main/java/com/google/firestore/v1/AnyPathName.java"

google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/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-cloud-firestore:current}
24-
static final String VERSION = "0.0.0-SNAPSHOT";
24+
static final String VERSION = "3.41.0";
2525
// {x-version-update-end}
2626

2727
}

google-cloud-firestore/src/main/java/com/google/cloud/firestore/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-cloud-firestore:current}
24-
static final String VERSION = "0.0.0-SNAPSHOT";
24+
static final String VERSION = "3.41.0";
2525
// {x-version-update-end}
2626

2727
}

0 commit comments

Comments
 (0)