Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmchase committed Aug 23, 2023
1 parent 42b81cc commit f9ac265
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Installation from source will require
#### module

```sh
deno install -A https://deno.land/x/semver-cli@0.4.6/main.ts -n semver
deno install -A https://deno.land/x/semver-cli@0.5.0/main.ts -n semver
```

### git
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.6
0.5.0
66 changes: 66 additions & 0 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
* The current version, kept in sync with VERSION
* via the `inc` command. Output with the `--version` flag.
*/
export const version = "0.4.6";
export const version = "0.5.0";

0 comments on commit f9ac265

Please sign in to comment.