Skip to content

Commit

Permalink
1.0.2 FreeBSD + -size
Browse files Browse the repository at this point in the history
  • Loading branch information
cunnie committed Feb 17, 2018
1 parent 6d5d161 commit e8b104b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -20,7 +20,7 @@ following example, we are logged into a Linux box and we download and run the
Linux binary:

```
curl -o gobonniego -L https://github.com/cunnie/gobonniego/releases/download/1.0.1/gobonniego-linux-amd64
curl -o gobonniego -L https://github.com/cunnie/gobonniego/releases/download/1.0.2/gobonniego-linux-amd64
chmod +x gobonniego
./gobonniego
```
Expand Down Expand Up @@ -104,7 +104,7 @@ gobonniego -version
Yields:

```
gobonniego version 1.0.1
gobonniego version 1.0.2
```

`gobonniego -h` will print out the available command line options and their
Expand Down
2 changes: 1 addition & 1 deletion gobonniego.go
Expand Up @@ -17,7 +17,7 @@ import (
"time"
)

const Version = "1.0.1"
const Version = "1.0.2"
const Blocksize = 0x1 << 16 // 65,536 bytes, 2^16 bytes

func main() {
Expand Down

0 comments on commit e8b104b

Please sign in to comment.