diff --git a/README.md b/README.md index 0283381..8dfe559 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Bench v1.0.8 +# Bench v1.0.9 This project provides the `bench` command-line tool, which is a more powerful alternative to the `time` command. Use `bench` to benchmark a command using diff --git a/bench.cabal b/bench.cabal index b41ecae..b12c75f 100644 --- a/bench.cabal +++ b/bench.cabal @@ -1,5 +1,5 @@ name: bench -version: 1.0.8 +version: 1.0.9 synopsis: Command-line benchmark tool description: Think of this as a more powerful alternative to the @time@ command. Use this command-line tool to benchmark a command diff --git a/default.nix b/default.nix index 24ec5ec..e97c79a 100644 --- a/default.nix +++ b/default.nix @@ -3,7 +3,7 @@ }: mkDerivation { pname = "bench"; - version = "1.0.8"; + version = "1.0.9"; src = ./.; isLibrary = false; isExecutable = true;