Skip to content

Commit 50ea8ec

Browse files
committed
Bump to pre-release 6.10.0-pre.0 .
1 parent caa67ae commit 50ea8ec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v1
1111
with:
12-
ref: 6.9.0
12+
ref: 6.10.0-pre.0
1313
- uses: docker/login-action@v1
1414
with:
1515
registry: ghcr.io

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version ?= 6.9.0
1+
version ?= 6.10.0-pre.0
22

33
ci: clean deps lint package
44

0 commit comments

Comments
 (0)