From 428f68223511d3b674bfe591909d8af1c45d62e4 Mon Sep 17 00:00:00 2001 From: hiranya911 Date: Wed, 22 Apr 2020 15:12:33 -0700 Subject: [PATCH] Bumped version to 3.12.1 --- .github/workflows/publish.yml | 2 +- firebase.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 26609cab..32f6dbe6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -55,7 +55,7 @@ jobs: uses: firebase/firebase-admin-node/.github/actions/send-tweet@master with: status: > - ${{ steps.postcheck.outputs.version }} of @Firebase Admin Go SDK is avaialble. + ${{ steps.postcheck.outputs.version }} of @Firebase Admin Go SDK is available. https://github.com/firebase/firebase-admin-go/releases/tag/${{ steps.postcheck.outputs.version }} consumer-key: ${{ secrets.FIREBASE_TWITTER_CONSUMER_KEY }} consumer-secret: ${{ secrets.FIREBASE_TWITTER_CONSUMER_SECRET }} diff --git a/firebase.go b/firebase.go index 62426ed1..0343d15b 100644 --- a/firebase.go +++ b/firebase.go @@ -38,7 +38,7 @@ import ( var defaultAuthOverrides = make(map[string]interface{}) // Version of the Firebase Go Admin SDK. -const Version = "3.12.0" +const Version = "3.12.1" // firebaseEnvName is the name of the environment variable with the Config. const firebaseEnvName = "FIREBASE_CONFIG"