Skip to content

Commit 9681188

Browse files
Release version 2.3.2 after broken PyPI upload
1 parent e64af70 commit 9681188

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

extractor/extractor.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ namespace mutalyzer
2828
{
2929

3030
// Version string for run-time identification.
31-
static char const* const VERSION = "2.3.1";
31+
static char const* const VERSION = "2.3.2";
3232

3333

3434
// The character type used for all strings. For now it should just be
@@ -695,4 +695,3 @@ size_t Dprint_codon(size_t const index,
695695
} // mutalyzer
696696

697697
#endif
698-

0 commit comments

Comments
 (0)