Skip to content

Commit

Permalink
[chore] Release 4.8.0 (#493)
Browse files Browse the repository at this point in the history
- Bumped version to 4.8.0
- Includes #412 #485 #492
  • Loading branch information
lahirumaramba committed Apr 6, 2022
1 parent 6f9551f commit e423056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firebase.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e423056

Please sign in to comment.