From 0bfafa57859fac32c9c21814424a99786fbb8b4c Mon Sep 17 00:00:00 2001 From: Michel Boucey Date: Tue, 2 Jan 2024 10:57:30 +0100 Subject: [PATCH] Set/Fix version number --- ip6addr.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ip6addr.cabal b/ip6addr.cabal index 7e88ab0..f92ab74 100644 --- a/ip6addr.cabal +++ b/ip6addr.cabal @@ -1,5 +1,5 @@ name: ip6addr -version: 1.0.4.1 +version: 1.0.4 synopsis: Commandline tool to deal with IPv6 address text representations description: Commandline tool to validate, canonize and generate IPv6 address text representations license: BSD3