Skip to content

Commit 9719b49

Browse files
committed
Release 3.8.3
1 parent 39a1e4c commit 9719b49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ It can be found at [releases page](https://github.com/bibendi/dip/releases)
6464
or type bellow into your terminal:
6565

6666
```sh
67-
curl -L https://github.com/bibendi/dip/releases/download/3.8.2/dip-`uname -s`-`uname -m` > /usr/local/bin/dip
67+
curl -L https://github.com/bibendi/dip/releases/download/3.8.3/dip-`uname -s`-`uname -m` > /usr/local/bin/dip
6868
chmod +x /usr/local/bin/dip
6969
```
7070

lib/dip/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Dip
4-
VERSION = "3.8.2"
4+
VERSION = "3.8.3"
55
end

0 commit comments

Comments
 (0)