Skip to content

Commit 15f69a6

Browse files
committed
bump version code
1 parent bfdef5f commit 15f69a6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ fluentci # Run the pipeline
4343
fluentci --help
4444

4545
Usage: fluentci [pipeline] [jobs...]
46-
Version: 0.6.3
46+
Version: 0.6.4
4747

4848
Description:
4949

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
packages.default = pkgs.deno2nix.mkExecutable {
2727
pname = "fluentci";
28-
version = "0.6.3";
28+
version = "0.6.4";
2929

3030
src = ./.;
3131
lockfile = "./deno.lock";

main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import doctor from "./src/cmd/doctor.ts";
1616
export async function main() {
1717
await new Command()
1818
.name("fluentci")
19-
.version("0.6.3")
19+
.version("0.6.4")
2020
.description(
2121
`
2222
.

0 commit comments

Comments
 (0)