Skip to content

Commit

Permalink
Version 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jltsiren committed Jan 21, 2022
1 parent 317e95a commit dd2e7b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/gbwtgraph/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ struct Version
static void print(std::ostream& out, const std::string& tool_name, bool verbose = false, size_t new_lines = 2);

constexpr static size_t MAJOR_VERSION = 0;
constexpr static size_t MINOR_VERSION = 7;
constexpr static size_t MINOR_VERSION = 8;
constexpr static size_t PATCH_VERSION = 0;

constexpr static size_t GBZ_VERSION = 1;
Expand Down

0 comments on commit dd2e7b9

Please sign in to comment.