From eae7451fa8e2ccab552ddb08c69b7c033f539518 Mon Sep 17 00:00:00 2001 From: avishalom Date: Thu, 15 Mar 2018 15:03:01 -0400 Subject: [PATCH] Bumped version to 2.6.1 (#121) --- README.md | 8 +++----- firebase.go | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 364aab9c..e91d1188 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,6 @@ Admin Go SDK enables access to Firebase services from privileged environments (such as servers or cloud) in Go. Currently this SDK provides Firebase custom authentication support. -Go versions >= 1.6 are supported. - For more information, visit the [Firebase Admin SDK setup guide](https://firebase.google.com/docs/admin/setup/). @@ -39,13 +37,13 @@ go get firebase.google.com/go Please refer to the [CONTRIBUTING page](./CONTRIBUTING.md) for more information about how you can contribute to this project. We welcome bug reports, feature -requests, code review feedback, and also pull requests. +requests, code review feedback, and also pull requests. ## Supported Go Versions -We support Go v1.7 and higher. +We support Go v1.6 and higher. [Continuous integration](https://travis-ci.org/firebase/firebase-admin-go) system -tests the code on Go v1.7 through v1.10. +tests the code on Go v1.6 through v1.10. ## Documentation diff --git a/firebase.go b/firebase.go index 2e0291ec..c341dfce 100644 --- a/firebase.go +++ b/firebase.go @@ -42,7 +42,7 @@ import ( var defaultAuthOverrides = make(map[string]interface{}) // Version of the Firebase Go Admin SDK. -const Version = "2.6.0" +const Version = "2.6.1" // firebaseEnvName is the name of the environment variable with the Config. const firebaseEnvName = "FIREBASE_CONFIG"