Skip to content

Commit 287919a

Browse files
authored
Merge pull request #1711 from ClickHouse/pre-release-workflow-0_6_2
Update release version for nightly and release WF
2 parents 5afff1f + 2415237 commit 287919a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
env:
1414
CHC_BRANCH: "main"
15-
CHC_VERSION: "0.6.1"
15+
CHC_VERSION: "0.6.2"
1616

1717
jobs:
1818
nightly:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
version:
77
description: "Release version"
88
required: true
9-
default: "0.6.1-SNAPSHOT"
9+
default: "0.6.2-SNAPSHOT"
1010

1111
jobs:
1212
release:

0 commit comments

Comments
 (0)