From 5fbfc3f0d94a480b964644d049d8663406c775f4 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 26 Dec 2019 02:30:18 +0100 Subject: Bump version to v0.6.0.2 --- verismith.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/verismith.cabal b/verismith.cabal index 8456283..e54131d 100644 --- a/verismith.cabal +++ b/verismith.cabal @@ -1,5 +1,5 @@ name: verismith -version: 0.6.0.1 +version: 0.6.0.2 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.1 + tag: v0.6.0.2 custom-setup setup-depends: -- cgit