From b523913e47cda42bf81a799b8711dabfd8ff8ff3 Mon Sep 17 00:00:00 2001 From: yash30201 <54198301+yash30201@users.noreply.github.com> Date: Mon, 4 Dec 2023 13:42:13 +0000 Subject: [PATCH] chore: Add version in composer --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 9e6466d61..1b79f2241 100644 --- a/composer.json +++ b/composer.json @@ -5,6 +5,7 @@ "keywords": ["google", "oauth2", "authentication"], "homepage": "http://github.com/google/google-auth-library-php", "license": "Apache-2.0", + "version": "1.33.0", "support": { "docs": "https://googleapis.github.io/google-auth-library-php/main/" },