We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4f12db commit 1b27ef6Copy full SHA for 1b27ef6
README.md
@@ -80,7 +80,7 @@ It can be found at [releases page](https://github.com/bibendi/dip/releases)
80
or type bellow into your terminal:
81
82
```sh
83
-curl -L https://github.com/bibendi/dip/releases/download/4.1.0/dip-`uname -s`-`uname -m` > /usr/local/bin/dip
+curl -L https://github.com/bibendi/dip/releases/download/4.2.0/dip-`uname -s`-`uname -m` > /usr/local/bin/dip
84
chmod +x /usr/local/bin/dip
85
```
86
lib/dip/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module Dip
4
- VERSION = "4.1.0"
+ VERSION = "4.2.0"
5
end
0 commit comments