From 8124edb2111641748b7211ece7eab06cb668d598 Mon Sep 17 00:00:00 2001 From: jonathanedey Date: Wed, 11 Jun 2025 10:22:32 -0400 Subject: [PATCH] [chore] Release 4.16.1 --- firebase.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firebase.go b/firebase.go index ef9c199a..5c612e21 100644 --- a/firebase.go +++ b/firebase.go @@ -39,7 +39,7 @@ import ( var defaultAuthOverrides = make(map[string]interface{}) // Version of the Firebase Go Admin SDK. -const Version = "4.16.0" +const Version = "4.16.1" // firebaseEnvName is the name of the environment variable with the Config. const firebaseEnvName = "FIREBASE_CONFIG"