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 e69304f commit 8dfe85bCopy full SHA for 8dfe85b
README.md
@@ -65,7 +65,7 @@ fluentci # Run the pipeline
65
fluentci --help
66
67
Usage: fluentci [pipeline] [jobs...]
68
-Version: 0.10.5
+Version: 0.10.6
69
70
Description:
71
main.ts
@@ -22,7 +22,7 @@ import { brightGreen } from "./deps.ts";
22
export async function main() {
23
await new Command()
24
.name("fluentci")
25
- .version("0.10.5")
+ .version("0.10.6")
26
.description(
27
`
28
.
0 commit comments