From 36ae98dece6860a6ef2d60be5d1d6972e666eb82 Mon Sep 17 00:00:00 2001 From: Jouni Siren Date: Thu, 17 Feb 2022 22:31:34 -0800 Subject: [PATCH] Version 0.8.1 --- include/gbwtgraph/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/gbwtgraph/utils.h b/include/gbwtgraph/utils.h index d9fb3e4..436b4b6 100644 --- a/include/gbwtgraph/utils.h +++ b/include/gbwtgraph/utils.h @@ -94,7 +94,7 @@ struct Version constexpr static size_t MAJOR_VERSION = 0; constexpr static size_t MINOR_VERSION = 8; - constexpr static size_t PATCH_VERSION = 0; + constexpr static size_t PATCH_VERSION = 1; constexpr static size_t GBZ_VERSION = 1; constexpr static size_t GRAPH_VERSION = 3;