Skip to content

Commit cb80c2c

Browse files
committed
ci: bump the release offset for a generator-only fix
1 parent 04c1e8b commit cb80c2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎.github/workflows/ci.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
5656
const version = semver.parse('$version');
5757
version.major += 1;
58-
version.minor += 2;
58+
version.minor += 3;
5959
6060
version.format();
6161
")

0 commit comments

Comments
 (0)