Skip to content

Commit 26363cc

Browse files
committed
bump version to 1.8.2
1 parent 90368ba commit 26363cc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

NEWS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
UNRELEASED
2-
----------
1+
CHANGES IN VERSION 1.8.2 (2026-05-07)
2+
--------------------------------------
33

44
* Fixed a bug where `merge -n` (min) was silently unreachable in the
55
option parser due to a missing break, causing an EXIT_FAILURE.

src/bwtk.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
#include "kseq.h"
3232
#include "khash.h"
3333

34-
#define BWTK_VERSION "1.8.1"
35-
#define BWTK_YEAR "2025"
34+
#define BWTK_VERSION "1.8.2"
35+
#define BWTK_YEAR "2026"
3636

3737
// common ----------------------------------------------------------------------
3838

0 commit comments

Comments
 (0)