Skip to content

Commit

Permalink
patch for file permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
dciangot committed Feb 3, 2020
1 parent a6d4408 commit 167e982
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Download the binary from the latest release on [github](https://github.com/DODAS-TS/dodas-go-client/releases). For instance:

```bash
wget https://github.com/DODAS-TS/dodas-go-client/releases/download/v1.0.0/dodas.zip
wget https://github.com/DODAS-TS/dodas-go-client/releases/download/v1.0.0-patch1/dodas.zip
unzip dodas.zip
cp dodas /usr/local/bin
```
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Download the binary from the latest release on [github](https://github.com/DODAS-TS/dodas-go-client/releases). For instance:

```bash
wget https://github.com/DODAS-TS/dodas-go-client/releases/download/v1.0.0/dodas.zip
wget https://github.com/DODAS-TS/dodas-go-client/releases/download/v1.0.0-patch1/dodas.zip
unzip dodas.zip
cp dodas /usr/local/bin
```
Expand Down
4 changes: 2 additions & 2 deletions version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package main
const (
VERSION = "v1.0.0"
BUILD_DATE = "2020-02-03 12:29"
VERSION = "v1.0.0-patch1"
BUILD_DATE = "2020-02-03 12:49"
)

0 comments on commit 167e982

Please sign in to comment.