0.2.3: fix small bug to do with variables
This commit is contained in:
parent
0beea08571
commit
d9cbd089c6
2 changed files with 4 additions and 4 deletions
4
README
4
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:
|
||||
|
|
|
@ -11,10 +11,10 @@
|
|||
<h2>Latest release and setup</h2>
|
||||
<p>Clone this repository to get the latest development version.</p>
|
||||
|
||||
<p>Currently we are at version 0.2.2 of the software.</p>
|
||||
<p>Currently we are at version 0.2.3 of the software.</p>
|
||||
|
||||
<p>If you'd like the point release (stable) version, run these commands below:</p>
|
||||
<pre>git reset --hard 0.2.2
|
||||
<pre>git reset --hard 0.2.3
|
||||
|
||||
cargo build --release</pre>
|
||||
|
||||
|
|
Reference in a new issue