Skip to content

Commit

Permalink
Version 1.0.8 → 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriella439 committed Mar 10, 2018
1 parent e564432 commit 530c0cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion bench.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
}:
mkDerivation {
pname = "bench";
version = "1.0.8";
version = "1.0.9";
src = ./.;
isLibrary = false;
isExecutable = true;
Expand Down

0 comments on commit 530c0cb

Please sign in to comment.