Skip to content

Commit d1666d4

Browse files
[chore] Release 4.8.0
- Bumped version to 4.8.0 - Includes #412 #485 #492
1 parent 6f9551f commit d1666d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import (
3838
var defaultAuthOverrides = make(map[string]interface{})
3939

4040
// Version of the Firebase Go Admin SDK.
41-
const Version = "4.7.1"
41+
const Version = "4.8.0"
4242

4343
// firebaseEnvName is the name of the environment variable with the Config.
4444
const firebaseEnvName = "FIREBASE_CONFIG"

0 commit comments

Comments
 (0)