From f842381c7b0747393c78e928438ab4aa0f87dc00 Mon Sep 17 00:00:00 2001 From: Lahiru Maramba Date: Thu, 6 Oct 2022 14:14:14 -0400 Subject: [PATCH] [chore] Release 4.9.0 (#512) Bumped version to 4.9.0 --- firebase.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firebase.go b/firebase.go index 89b58603..1df16d86 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.8.0" +const Version = "4.9.0" // firebaseEnvName is the name of the environment variable with the Config. const firebaseEnvName = "FIREBASE_CONFIG"