We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39a1e4c commit 9719b49Copy full SHA for 9719b49
README.md
@@ -64,7 +64,7 @@ It can be found at [releases page](https://github.com/bibendi/dip/releases)
64
or type bellow into your terminal:
65
66
```sh
67
-curl -L https://github.com/bibendi/dip/releases/download/3.8.2/dip-`uname -s`-`uname -m` > /usr/local/bin/dip
+curl -L https://github.com/bibendi/dip/releases/download/3.8.3/dip-`uname -s`-`uname -m` > /usr/local/bin/dip
68
chmod +x /usr/local/bin/dip
69
```
70
lib/dip/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module Dip
4
- VERSION = "3.8.2"
+ VERSION = "3.8.3"
5
end
0 commit comments