Skip to content

Commit

Permalink
bump release version
Browse files Browse the repository at this point in the history
  • Loading branch information
zachjs committed Mar 30, 2020
1 parent bcafef8 commit 3831dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Job.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
Expand Down

0 comments on commit 3831dcf

Please sign in to comment.