bump release version

This commit is contained in:
Zachary Snow 2020-03-30 19:50:04 -04:00
parent bcafef8d01
commit 3831dcffee
1 changed files with 1 additions and 1 deletions

View File

@ -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" ]