Skip to content

Commit

Permalink
[releng] release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cmark committed May 14, 2019
1 parent 492b87b commit 3bbffa4
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,7 +1,7 @@
# RF2-D2

[![build status](https://img.shields.io/travis/b2ihealthcare/rf2-d2/master.svg?style=flat-square)](https://travis-ci.org/b2ihealthcare/rf2-d2)
[![latest release](https://img.shields.io/github/tag/b2ihealthcare/rf2-d2.svg?style=flat-square)](https://github.com/b2ihealthcare/rf2-d2/releases/tag/v0.3.1)
[![latest release](https://img.shields.io/github/tag/b2ihealthcare/rf2-d2.svg?style=flat-square)](https://github.com/b2ihealthcare/rf2-d2/releases/tag/v0.3.2)
[![downloads](https://img.shields.io/github/downloads/b2ihealthcare/rf2-d2/total.svg?style=flat-square)](https://github.com/b2ihealthcare/rf2-d2/releases/)
[![GitHub](https://img.shields.io/github/license/b2ihealthcare/rf2-d2.svg?style=flat-square)](https://github.com/b2ihealthcare/rf2-d2/blob/master/LICENSE)

Expand All @@ -26,21 +26,21 @@ Feature include:

# Download

* [WINDOWS](https://github.com/b2ihealthcare/rf2-d2/releases/download/v0.3.1/rf2-d2-0.3.1-win-x64.zip)
* [LINUX](https://github.com/b2ihealthcare/rf2-d2/releases/download/v0.3.1/rf2-d2-0.3.1-linux-x64.zip)
* [MACOS](https://github.com/b2ihealthcare/rf2-d2/releases/download/v0.3.1/rf2-d2-0.3.1-osx-x64.zip)
* [WINDOWS](https://github.com/b2ihealthcare/rf2-d2/releases/download/v0.3.1/rf2-d2-0.3.2-win-x64.zip)
* [LINUX](https://github.com/b2ihealthcare/rf2-d2/releases/download/v0.3.1/rf2-d2-0.3.2-linux-x64.zip)
* [MACOS](https://github.com/b2ihealthcare/rf2-d2/releases/download/v0.3.1/rf2-d2-0.3.2-osx-x64.zip)

# First steps

After successfully downloading the appropriate RF2-D2 release package for your operating system, run:

unzip rf2-d2-0.3.1-linux-64.zip
unzip rf2-d2-0.3.2-linux-64.zip
cd rf2-d2-linux-64/bin
./rf2 -v

It will return with the version of RF2-D2 and the supported RF2 version:

RF2-D2 v0.3.1 @Copyright 2019 B2i Healthcare
RF2-D2 v0.3.2 @Copyright 2019 B2i Healthcare
Supported RF2 Version: 20190131

Run the following command to get the supported list of subcommands and their descriptions:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.4.0-SNAPSHOT
version=0.3.2

0 comments on commit 3bbffa4

Please sign in to comment.