Skip to content

Commit

Permalink
bump version code
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jan 11, 2024
1 parent dfafa61 commit 330cc6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ fluentci # Run the pipeline
fluentci --help

Usage: fluentci [pipeline] [jobs...]
Version: 0.10.6
Version: 0.10.7

Description:

Expand Down
3 changes: 2 additions & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { brightGreen } from "./deps.ts";
export async function main() {
await new Command()
.name("fluentci")
.version("0.10.6")
.version("0.10.7")
.description(
`
.
Expand Down Expand Up @@ -205,6 +205,7 @@ export async function main() {
"agent",
new Command()
.command("list", "List all agents")
.alias("ls")
.action(async function () {
await listAgents();
})
Expand Down

0 comments on commit 330cc6b

Please sign in to comment.