Skip to content

Commit 1b27ef6

Browse files
committed
Release 4.2.0
1 parent e4f12db commit 1b27ef6

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
@@ -80,7 +80,7 @@ It can be found at [releases page](https://github.com/bibendi/dip/releases)
8080
or type bellow into your terminal:
8181

8282
```sh
83-
curl -L https://github.com/bibendi/dip/releases/download/4.1.0/dip-`uname -s`-`uname -m` > /usr/local/bin/dip
83+
curl -L https://github.com/bibendi/dip/releases/download/4.2.0/dip-`uname -s`-`uname -m` > /usr/local/bin/dip
8484
chmod +x /usr/local/bin/dip
8585
```
8686

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 = "4.1.0"
4+
VERSION = "4.2.0"
55
end

0 commit comments

Comments
 (0)