From d1666d46cc04901f3ea0ca91ad7e8fcefc2711c8 Mon Sep 17 00:00:00 2001 From: Lahiru Maramba Date: Wed, 6 Apr 2022 12:29:05 -0400 Subject: [PATCH] [chore] Release 4.8.0 - Bumped version to 4.8.0 - Includes #412 #485 #492 --- firebase.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firebase.go b/firebase.go index 72aeb568..89b58603 100644 --- a/firebase.go +++ b/firebase.go @@ -38,7 +38,7 @@ import ( var defaultAuthOverrides = make(map[string]interface{}) // Version of the Firebase Go Admin SDK. -const Version = "4.7.1" +const Version = "4.8.0" // firebaseEnvName is the name of the environment variable with the Config. const firebaseEnvName = "FIREBASE_CONFIG"