From f5af1c7857fd2f434216a3eed349bf453c2a1c43 Mon Sep 17 00:00:00 2001 From: rvaser Date: Tue, 29 May 2018 16:07:55 +0200 Subject: [PATCH] Updated to correct version number --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 64f6ebb..326d2ef 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -9,7 +9,7 @@ #include "sequence.hpp" #include "polisher.hpp" -static const char* version = "v1.3.2"; +static const char* version = "v1.3.1"; static struct option options[] = { {"include-unpolished", no_argument, 0, 'u'},