Skip to content

Commit 8dfe85b

Browse files
committed
bump version code
1 parent e69304f commit 8dfe85b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ fluentci # Run the pipeline
6565
fluentci --help
6666

6767
Usage: fluentci [pipeline] [jobs...]
68-
Version: 0.10.5
68+
Version: 0.10.6
6969

7070
Description:
7171

main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { brightGreen } from "./deps.ts";
2222
export async function main() {
2323
await new Command()
2424
.name("fluentci")
25-
.version("0.10.5")
25+
.version("0.10.6")
2626
.description(
2727
`
2828
.

0 commit comments

Comments
 (0)