Skip to content

Commit 7cd5e62

Browse files
authored
chore(release): v1.11.0 (#464)
2 parents 6f5b39e + d8eb634 commit 7cd5e62

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.0.24
36+
uses: vsoch/pull-request-action@1.1.0
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 = 10
10+
CURRENT_VERSION_MINOR = 11
1111
CURRENT_VERSION_BUG = 0
1212

1313
GIT_DESCRIBE := $(shell git describe)

0 commit comments

Comments
 (0)