Skip to content

Commit 82c46f4

Browse files
authored
Bumped version to 2.0.0 (#33)
1 parent d88b34c commit 82c46f4

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
@@ -37,7 +37,7 @@ var firebaseScopes = []string{
3737
}
3838

3939
// Version of the Firebase Go Admin SDK.
40-
const Version = "1.0.2"
40+
const Version = "2.0.0"
4141

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

0 commit comments

Comments
 (0)