From 25e7c8260393cb8530bf311d2164f9a4875d2bc5 Mon Sep 17 00:00:00 2001 From: Lahiru Maramba Date: Wed, 30 Oct 2019 16:39:15 -0400 Subject: [PATCH] Bumped version to 3.10.0 (#289) --- firebase.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firebase.go b/firebase.go index f60f92c9..fdbce491 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 = "3.9.0" +const Version = "3.10.0" // firebaseEnvName is the name of the environment variable with the Config. const firebaseEnvName = "FIREBASE_CONFIG"