Skip to content

Commit 4ec1359

Browse files
committed
updated version number
1 parent 3218593 commit 4ec1359

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/preseq.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ using std::unordered_map;
6161
using std::runtime_error;
6262
using std::to_string;
6363

64-
static const string preseq_version = "3.0.1";
64+
static const string preseq_version = "3.0.2";
6565

6666
template <typename T> T
6767
get_counts_from_hist(const vector<T> &h) {

0 commit comments

Comments
 (0)