From 7448e23bb0da39404434ea165186e30333830aa5 Mon Sep 17 00:00:00 2001 From: "Eric X. Liu" Date: Tue, 28 Jan 2025 08:00:32 +0000 Subject: [PATCH] Update .github/workflows/build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f4f5dc6..6fe711d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ on: branches: [ master ] env: - PKG_VERSION: "2.1.0" + PKG_VERSION: "2.2.0" PKG_RELEASE: "1" ABSEIL_VERSION: "20230125.3"