From 530c0cb8a2f10357429c5ea81cfd4bf7afb83e82 Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Fri, 9 Mar 2018 21:04:40 -0800 Subject: [PATCH] =?UTF-8?q?Version=201.0.8=20=E2=86=92=201.0.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- bench.cabal | 2 +- default.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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;