Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
bump example output to current version number
  • Loading branch information
rhaist authored Oct 24, 2018
1 parent b4fb792 commit 3bc1270
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ easy to use the tool in a pipeline workflow.
bloom [global options] command [command options] [arguments...]

VERSION:
0.1.1
0.2.2

COMMANDS:
create, cr Create a new Bloom filter and store it in the given filename.
Expand Down Expand Up @@ -113,4 +113,4 @@ To compile a binary, simply specify the target architecture and go:
#Windows, 64 bit
env GOOS=windows GOARCH=amd64 go build -v -o bloom.exe github.com/DCSO/bloom
#Windows, 32 bit
env GOOS=windows GOARCH=i386 go build -v -o /tmp/bloom github.com/DCSO/bloom
env GOOS=windows GOARCH=i386 go build -v -o /tmp/bloom github.com/DCSO/bloom

0 comments on commit 3bc1270

Please sign in to comment.