Skip to content

Commit

Permalink
Release 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bibendi committed May 17, 2020
1 parent 680db2f commit ca4895e
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 @@ -80,7 +80,7 @@ It can be found at [releases page](https://github.com/bibendi/dip/releases)
or type bellow into your terminal:

```sh
curl -L https://github.com/bibendi/dip/releases/download/v5.0.0/dip-`uname -s`-`uname -m` > /usr/local/bin/dip
curl -L https://github.com/bibendi/dip/releases/download/v6.0.0/dip-`uname -s`-`uname -m` > /usr/local/bin/dip
chmod +x /usr/local/bin/dip
```

Expand Down
2 changes: 1 addition & 1 deletion lib/dip/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Dip
VERSION = "5.0.0"
VERSION = "6.0.0"
end

0 comments on commit ca4895e

Please sign in to comment.