Skip to content

Commit 3e82e81

Browse files
committed
chore: bump version
1 parent ea15d7c commit 3e82e81

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/create-pr.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
run: |
4545
PR_EXISTS=$(gh pr list --state open --base main --head canary --json number --jq '. | length')
4646
echo "PR_EXISTS=$PR_EXISTS" >> $GITHUB_ENV
47-
echo $PR_EXISTS
4847
env:
4948
GH_TOKEN: ${{ secrets.GH_PAT }}
5049

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)