From b4e3bcb2665feee0707b0853a0cb7e34dc0ae8ec Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Mon, 12 Jun 2023 12:05:42 -0400
Subject: [PATCH] bump the version number to reflect the new Ord instances

---
 tahoe-ssk.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tahoe-ssk.cabal b/tahoe-ssk.cabal
index 380aeb6..680c2a2 100644
--- a/tahoe-ssk.cabal
+++ b/tahoe-ssk.cabal
@@ -21,7 +21,7 @@ name:               tahoe-ssk
 -- PVP summary:     +-+------- breaking API changes
 --                  | | +----- non-breaking API additions
 --                  | | | +--- code changes with no API change
-version:            0.2.0.0
+version:            0.2.1.0
 
 -- A short (one-line) description of the package.
 synopsis:
-- 
GitLab