Skip to content

Commit

Permalink
update: version to v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
d-tsuji committed Apr 27, 2020
1 parent 8ddba39 commit f1c253c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,14 +176,14 @@ $ brew install qiisync
### CentOS

```
$ sudo rpm -ivh https://github.com/d-tsuji/qiisync/releases/download/v0.0.3/qiisync_0.0.3_Tux-64-bit.rpm
$ sudo rpm -ivh https://github.com/d-tsuji/qiisync/releases/download/v0.0.4/qiisync_0.0.4_Tux-64-bit.rpm
```

### Debian, Ubuntu

```
$ wget https://github.com/d-tsuji/qiisync/releases/download/v0.0.3/qiisync_0.0.3_Tux-64-bit.deb
$ sudo dpkg -i qiisync_0.0.3_Tux-64-bit.deb
$ wget https://github.com/d-tsuji/qiisync/releases/download/v0.0.4/qiisync_0.0.4_Tux-64-bit.deb
$ sudo dpkg -i qiisync_0.0.4_Tux-64-bit.deb
```

### go get
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package qiisync

// Version is the version to be displayed in the command line help message.
const Version = "0.0.3"
const Version = "0.0.4"

0 comments on commit f1c253c

Please sign in to comment.