Skip to content

Commit 59017bd

Browse files
author
Dhriti Chopra
committed
fix : update version
1 parent af7800c commit 59017bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

google-cloud-storage/src/main/java/com/google/cloud/storage/multipartupload/model/UploadPartResponse.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public String md5() {
6565
* Returns the CRC32C checksum of the uploaded part.
6666
*
6767
* @return The CRC32C checksum.
68-
* @since 2.60.0 This new api is in preview and is subject to breaking changes.
68+
* @since 2.61.0 This new api is in preview and is subject to breaking changes.
6969
*/
7070
@BetaApi
7171
public String crc32c() {
@@ -155,7 +155,7 @@ public Builder md5(String md5) {
155155
*
156156
* @param crc32c The CRC32C checksum.
157157
* @return This builder.
158-
* @since 2.60.0 This new api is in preview and is subject to breaking changes.
158+
* @since 2.61.0 This new api is in preview and is subject to breaking changes.
159159
*/
160160
@BetaApi
161161
public Builder crc32c(String crc32c) {

0 commit comments

Comments
 (0)