Skip to content

Commit 68eb517

Browse files
authored
[chore] Release 4.16.0 (#698)
1 parent df85e6c commit 68eb517

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ jobs:
7676
startsWith(github.event.pull_request.title, '[chore] Release ')
7777

7878
runs-on: ubuntu-latest
79+
permissions:
80+
contents: write
7981

8082
steps:
8183
- name: Checkout source for publish

firebase.go

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

4141
// Version of the Firebase Go Admin SDK.
42-
const Version = "4.15.2"
42+
const Version = "4.16.0"
4343

4444
// firebaseEnvName is the name of the environment variable with the Config.
4545
const firebaseEnvName = "FIREBASE_CONFIG"

0 commit comments

Comments
 (0)