Skip to content

Commit 7604ca1

Browse files
authored
Bump version to 2.2.0 (#49)
1 parent e9b300c commit 7604ca1

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
@@ -44,7 +44,7 @@ var firebaseScopes = []string{
4444
}
4545

4646
// Version of the Firebase Go Admin SDK.
47-
const Version = "2.1.0"
47+
const Version = "2.2.0"
4848

4949
// An App holds configuration and state common to all Firebase services that are exposed from the SDK.
5050
type App struct {

0 commit comments

Comments
 (0)