diff --git a/README b/README index 92d390a..e515703 100644 --- a/README +++ b/README @@ -14,10 +14,10 @@ Latest release and setup ---------------------------- Clone this repository to get the latest development version. -Currently we are at version 0.2.2 of the software. +Currently we are at version 0.2.3 of the software. If you'd like the point release (stable) version, run these commands below: -git reset --hard 0.2.2 +git reset --hard 0.2.3 cargo build --release If you want the latest development release, run these commands: diff --git a/README.html b/README.html index 761a5f1..5b4de5f 100644 --- a/README.html +++ b/README.html @@ -11,10 +11,10 @@

Latest release and setup

Clone this repository to get the latest development version.

-

Currently we are at version 0.2.2 of the software.

+

Currently we are at version 0.2.3 of the software.

If you'd like the point release (stable) version, run these commands below:

-
git reset --hard 0.2.2
+
git reset --hard 0.2.3
 
 cargo build --release