Skip to content

Commit

Permalink
Release version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raxod502 committed Jun 26, 2018
1 parent 408635d commit a2513c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog].

## Unreleased
## 2.0 (released 2018-06-26)
### Breaking changes
* The `WDX_NAME` environment variable no longer affects the operation
of `wdx.zsh`. If you wish to use `wdx` by another name, define an
Expand Down
2 changes: 1 addition & 1 deletion bin/wdx
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ def main(args):
if subcommand == "version":
if args or options:
die_with_subcommand_usage("version")
message = "wdx 1.0-devel"
message = "wdx 2.0"
if shell:
print("echo " + shlex.quote(message))
else:
Expand Down

0 comments on commit a2513c4

Please sign in to comment.