Skip to content

Commit 7c502c9

Browse files
authored
Bumped version to 1.0.1 (#15)
1 parent 4b922f6 commit 7c502c9

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
@@ -35,7 +35,7 @@ var firebaseScopes = []string{
3535
}
3636

3737
// Version of the Firebase Go Admin SDK.
38-
const Version = "1.0.0"
38+
const Version = "1.0.1"
3939

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

0 commit comments

Comments
 (0)