Skip to content

Commit

Permalink
Bump version to v0.2.4
Browse files Browse the repository at this point in the history
Signed-off-by: antoniaklja <antoniaklja@gmail.com>
  • Loading branch information
antoniaklja committed Aug 21, 2019
1 parent 8c34302 commit 6defaaf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# crypt

[![Version](https://img.shields.io/badge/version-v0.2.3-brightgreen.svg)](https://github.com/VirtusLab/crypt/releases/tag/v0.2.3)
[![Version](https://img.shields.io/badge/version-v0.2.4-brightgreen.svg)](https://github.com/VirtusLab/crypt/releases/tag/v0.2.4)
[![Travis CI](https://img.shields.io/travis/VirtusLab/crypt.svg)](https://travis-ci.org/VirtusLab/crypt)
[![Github All Releases](https://img.shields.io/github/downloads/VirtusLab/crypt/total.svg)](https://github.com/VirtusLab/crypt/releases)
[![Go Report Card](https://goreportcard.com/badge/github.com/VirtusLab/crypt "Go Report Card")](https://goreportcard.com/report/github.com/VirtusLab/crypt)
Expand Down Expand Up @@ -34,15 +34,15 @@ Downloading binaries with `bash`:

OS=$(uname -s | tr '[A-Z]' '[a-z]')
ARCH=amd64
curl -SLf# -o ${HOME}/bin/crypt https://github.com/VirtusLab/crypt/releases/download/v0.2.3/crypt-${OS}-${ARCH}
curl -SLf# -o ${HOME}/bin/crypt https://github.com/VirtusLab/crypt/releases/download/v0.2.4/crypt-${OS}-${ARCH}
chmod +x ${HOME}/bin/crypt
crypt --version

Popular links:

- [Mac OS 64 bit](https://github.com/VirtusLab/crypt/releases/download/v0.2.3/crypt-darwin-amd64)
- [Linux 64 bit](https://github.com/VirtusLab/crypt/releases/download/v0.2.3/crypt-linux-amd64)
- [Windows 64 bit](https://github.com/VirtusLab/crypt/releases/download/v0.2.3/crypt-windows-amd64)
- [Mac OS 64 bit](https://github.com/VirtusLab/crypt/releases/download/v0.2.4/crypt-darwin-amd64)
- [Linux 64 bit](https://github.com/VirtusLab/crypt/releases/download/v0.2.4/crypt-linux-amd64)
- [Windows 64 bit](https://github.com/VirtusLab/crypt/releases/download/v0.2.4/crypt-windows-amd64)

For more binaries please **visit the [Releases Page](https://github.com/VirtusLab/crypt/releases)**.

Expand All @@ -64,7 +64,7 @@ For more binaries please **visit the [Releases Page](https://github.com/VirtusLa
crypt [global options] command [command options] [arguments...]

VERSION:
v0.2.3
v0.2.4

AUTHOR:
VirtusLab
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.2.3
v0.2.4

0 comments on commit 6defaaf

Please sign in to comment.