Skip to content

Commit

Permalink
chore: bump version to v2.6.6 (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
GJZwiers authored Oct 30, 2022
1 parent c77ca3f commit b47431c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ modeled after `tsc --init` and `npm init`.
## Installation

```
deno install --allow-read --allow-write -fn dci https://deno.land/x/dci@v2.6.5/mod.ts
deno install --allow-read --allow-write -fn dci https://deno.land/x/dci@v2.6.6/mod.ts
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { defaultOpts, inputHandler } from "./writeConfigFile.ts";

await new Command()
.name("dci")
.version("v2.6.5")
.version("v2.6.6")
.description("Generate a Deno configuration file.")
.help({
colors: (Deno.build.os === "windows") ? false : true,
Expand Down

0 comments on commit b47431c

Please sign in to comment.