Skip to content

Commit 37d6899

Browse files
authored
Merge pull request #98 from GetStream/release/v1.6.0
chore(release): v1.6.0
2 parents 6ac1631 + 6f8d45c commit 37d6899

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535
- name: pull-request-action
36-
uses: vsoch/pull-request-action@1
36+
uses: vsoch/pull-request-action@1.0.24
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939
PULL_REQUEST_BRANCH: "main"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ MAKEFLAGS += --no-builtin-rules
77
MAKEFLAGS += -j$(NPROCS)
88

99
CURRENT_VERSION_MAJOR = 1
10-
CURRENT_VERSION_MINOR = 5
10+
CURRENT_VERSION_MINOR = 6
1111
CURRENT_VERSION_BUG = 0
1212

1313
GIT_DESCRIBE := $(shell git describe)

0 commit comments

Comments
 (0)