1
1
# crypt
2
2
3
- [ ![ Version] ( https://img.shields.io/badge/version-v0.2.1 -brightgreen.svg )] ( https://github.com/VirtusLab/crypt/releases/tag/v0.2.1 )
3
+ [ ![ Version] ( https://img.shields.io/badge/version-v0.2.2 -brightgreen.svg )] ( https://github.com/VirtusLab/crypt/releases/tag/v0.2.2 )
4
4
[ ![ Travis CI] ( https://img.shields.io/travis/VirtusLab/crypt.svg )] ( https://travis-ci.org/VirtusLab/crypt )
5
5
[ ![ Github All Releases] ( https://img.shields.io/github/downloads/VirtusLab/crypt/total.svg )] ( https://github.com/VirtusLab/crypt/releases )
6
6
[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/VirtusLab/crypt " Go Report Card ")] ( https://goreportcard.com/report/github.com/VirtusLab/crypt )
@@ -34,15 +34,15 @@ Downloading binaries with `bash`:
34
34
35
35
OS=$(uname -s | tr '[A-Z]' '[a-z]')
36
36
ARCH=amd64
37
- curl -SLf# -o ${HOME}/bin/crypt https://github.com/VirtusLab/crypt/releases/download/v0.2.1 /crypt-${OS}-${ARCH}
37
+ curl -SLf# -o ${HOME}/bin/crypt https://github.com/VirtusLab/crypt/releases/download/v0.2.2 /crypt-${OS}-${ARCH}
38
38
chmod +x ${HOME}/bin/crypt
39
39
crypt --version
40
40
41
41
Popular links:
42
42
43
- - [ Mac OS 64 bit] ( https://github.com/VirtusLab/crypt/releases/download/v0.2.1 /crypt-darwin-amd64 )
44
- - [ Linux 64 bit] ( https://github.com/VirtusLab/crypt/releases/download/v0.2.1 /crypt-linux-amd64 )
45
- - [ Windows 64 bit] ( https://github.com/VirtusLab/crypt/releases/download/v0.2.1 /crypt-windows-amd64 )
43
+ - [ Mac OS 64 bit] ( https://github.com/VirtusLab/crypt/releases/download/v0.2.2 /crypt-darwin-amd64 )
44
+ - [ Linux 64 bit] ( https://github.com/VirtusLab/crypt/releases/download/v0.2.2 /crypt-linux-amd64 )
45
+ - [ Windows 64 bit] ( https://github.com/VirtusLab/crypt/releases/download/v0.2.2 /crypt-windows-amd64 )
46
46
47
47
For more binaries please ** visit the [ Releases Page] ( https://github.com/VirtusLab/crypt/releases ) ** .
48
48
@@ -64,7 +64,7 @@ For more binaries please **visit the [Releases Page](https://github.com/VirtusLa
64
64
crypt [global options] command [command options] [arguments...]
65
65
66
66
VERSION:
67
- v0.2.1
67
+ v0.2.2
68
68
69
69
AUTHOR:
70
70
VirtusLab
0 commit comments