Skip to content

Commit f27830d

Browse files
committed
refactor: update version
1 parent 3ec2e2d commit f27830d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/create-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- [ ] Docker images built and tested
6464
> 🤖 This PR was automatically generated from the canary branch
6565
base: main
66-
branch: canary
66+
branch: release/v${{ env.VERSION }}
6767
draft: true
6868
labels: |
6969
release

apps/dokploy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dokploy",
3-
"version": "v0.17.2",
3+
"version": "v0.17.3",
44
"private": true,
55
"license": "Apache-2.0",
66
"type": "module",

0 commit comments

Comments
 (0)