From 3831dcffee3c938b722098af57aa86925abdc171 Mon Sep 17 00:00:00 2001 From: Zachary Snow Date: Mon, 30 Mar 2020 19:50:04 -0400 Subject: [PATCH] bump release version --- src/Job.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Job.hs b/src/Job.hs index 040e3a2..34563b3 100644 --- a/src/Job.hs +++ b/src/Job.hs @@ -54,7 +54,7 @@ defaultJob = Job , verbose = nam "verbose" &= help "Retain certain conversion artifacts" } &= program "sv2v" - &= summary ("sv2v v0.0.2 (" ++ shortGitHash ++ ")") + &= summary ("sv2v v0.0.3 (" ++ shortGitHash ++ ")") &= details [ "sv2v converts SystemVerilog to Verilog." , "More info: https://github.com/zachjs/sv2v" , "(C) 2019-2020 Zachary Snow, 2011-2015 Tom Hawkins" ]