We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5afff1f commit 2415237Copy full SHA for 2415237
.github/workflows/nightly.yml
@@ -12,7 +12,7 @@ on:
12
13
env:
14
CHC_BRANCH: "main"
15
- CHC_VERSION: "0.6.1"
+ CHC_VERSION: "0.6.2"
16
17
jobs:
18
nightly:
.github/workflows/release.yml
@@ -6,7 +6,7 @@ on:
6
version:
7
description: "Release version"
8
required: true
9
- default: "0.6.1-SNAPSHOT"
+ default: "0.6.2-SNAPSHOT"
10
11
release:
0 commit comments