Skip to content

Commit

Permalink
v0.0.17 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pkedy authored and github-actions[bot] committed Jan 27, 2023
1 parent e824671 commit 33f9a4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Install `deno` with instructions
To install a release version of the `apex` CLI, run the command below:

```
deno install -A --unstable -f -n apex https://deno.land/x/apex_cli@v0.0.16/apex.ts
deno install -A --unstable -f -n apex https://deno.land/x/apex_cli@v0.0.17/apex.ts
```

To install from source, clone this repository and run `./apex run install`
Expand All @@ -46,7 +46,7 @@ Output:

```console{title="apex help"}
Usage: apex
Version: v0.0.16
Version: v0.0.17
Description:
Expand Down
2 changes: 1 addition & 1 deletion apex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import * as run from "./src/commands/run.ts";
import { setupLogger } from "./src/utils.ts";

// Version bump this on release.
const version = "v0.0.16";
const version = "v0.0.17";

// This is necessary so we can modify the argument list.
const args = Array.from(Deno.args);
Expand Down

0 comments on commit 33f9a4d

Please sign in to comment.