Skip to content

Commit eae7451

Browse files
authored
Bumped version to 2.6.1 (#121)
1 parent 0c849e9 commit eae7451

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ Admin Go SDK enables access to Firebase services from privileged environments
2020
(such as servers or cloud) in Go. Currently this SDK provides
2121
Firebase custom authentication support.
2222

23-
Go versions >= 1.6 are supported.
24-
2523
For more information, visit the
2624
[Firebase Admin SDK setup guide](https://firebase.google.com/docs/admin/setup/).
2725

@@ -39,13 +37,13 @@ go get firebase.google.com/go
3937

4038
Please refer to the [CONTRIBUTING page](./CONTRIBUTING.md) for more information
4139
about how you can contribute to this project. We welcome bug reports, feature
42-
requests, code review feedback, and also pull requests.
40+
requests, code review feedback, and also pull requests.
4341

4442
## Supported Go Versions
4543

46-
We support Go v1.7 and higher.
44+
We support Go v1.6 and higher.
4745
[Continuous integration](https://travis-ci.org/firebase/firebase-admin-go) system
48-
tests the code on Go v1.7 through v1.10.
46+
tests the code on Go v1.6 through v1.10.
4947

5048
## Documentation
5149

firebase.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ import (
4242
var defaultAuthOverrides = make(map[string]interface{})
4343

4444
// Version of the Firebase Go Admin SDK.
45-
const Version = "2.6.0"
45+
const Version = "2.6.1"
4646

4747
// firebaseEnvName is the name of the environment variable with the Config.
4848
const firebaseEnvName = "FIREBASE_CONFIG"

0 commit comments

Comments
 (0)