From 5bbf138c0423f5ba313a206484014100a420c9de Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 23 Jul 2019 22:48:01 +0200 Subject: Bump version to 0.3.1.0 --- verifuzz.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/verifuzz.cabal b/verifuzz.cabal index 1a8b573..aa64717 100644 --- a/verifuzz.cabal +++ b/verifuzz.cabal @@ -1,5 +1,5 @@ name: verifuzz -version: 0.3.0.0 +version: 0.3.1.0 synopsis: Random verilog generation and simulator testing. description: VeriFuzz provides random verilog generation modules @@ -9,7 +9,7 @@ license: BSD3 license-file: LICENSE author: Yann Herklotz maintainer: yann [at] yannherklotz [dot] com -copyright: 2018 Yann Herklotz +copyright: 2018-2019 Yann Herklotz category: Web build-type: Custom cabal-version: >=1.10 -- cgit