Skip to content

Commit 5f0b21d

Browse files
authored
Bumped version to 1.0.2 (#21)
* Release 1.0.1 (#16) * Using the ClientOptions provided at App initialization to create the … (#12) * Using the ClientOptions provided at App initialization to create the HTTPClient in auth package. * Fixed context import * Updated test case * Fixing a test failure; Calling transport.NewHTTPClient() only when ctx and opts are available to avoid an unnecessary default credentials lookup. * Passing a non-nil context to AuthConfig during testing; Replacing Print+Exit calls with log.Fatal() (#13) * Bumped version to 1.0.1 (#15) * Bumped version to 1.0.2wq
1 parent 323fe02 commit 5f0b21d

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.1"
38+
const Version = "1.0.2"
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)