From 091e0b3c5c0f0959b4bb2bb93c435dbe47071ac9 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 26 Dec 2019 01:37:40 +0100 Subject: Bump version to v0.6.0.1 --- verismith.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/verismith.cabal b/verismith.cabal index bf4f129..8456283 100644 --- a/verismith.cabal +++ b/verismith.cabal @@ -1,5 +1,5 @@ name: verismith -version: 0.6.0.0 +version: 0.6.0.1 synopsis: Random verilog generation and simulator testing. description: Verismith provides random verilog generation modules @@ -27,7 +27,7 @@ source-repository head source-repository this type: git location: https://github.com/ymherklotz/verismith - tag: v0.6.0.0 + tag: v0.6.0.1 custom-setup setup-depends: -- cgit