Skip to content

Commit

Permalink
set version to v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sfchen committed Dec 3, 2024
1 parent cb70a28 commit 4784565
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ This binary was compiled on CentOS, and tested on CentOS/Ubuntu
wget http://opengene.org/fastplong/fastplong
chmod a+x ./fastplong

# or download specified version, i.e. fastplong v0.2.0
wget http://opengene.org/fastplong/fastplong.0.2.0
mv fastplong.0.2.0 fastplong
# or download specified version, i.e. fastplong v0.2.2
wget http://opengene.org/fastplong/fastplong.0.2.2
mv fastplong.0.2.2 fastplong
chmod a+x ./fastplong
```
## or compile from source
Expand Down
2 changes: 1 addition & 1 deletion src/common.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef COMMON_H
#define COMMON_H

#define FASTPLONG_VER "0.2.1"
#define FASTPLONG_VER "0.2.2"

#define _DEBUG false

Expand Down

0 comments on commit 4784565

Please sign in to comment.