Skip to content

Commit 5e042df

Browse files
committed
Version 1.0.6 → 1.0.7
1 parent 96ad659 commit 5e042df

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Bench v1.0.6
1+
# Bench v1.0.7
22

33
This project provides the `bench` command-line tool, which is a more powerful
44
alternative to the `time` command. Use `bench` to benchmark a command using

bench.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: bench
2-
version: 1.0.6
2+
version: 1.0.7
33
synopsis: Command-line benchmark tool
44
description: Think of this as a more powerful alternative to the @time@
55
command. Use this command-line tool to benchmark a command

default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
}:
44
mkDerivation {
55
pname = "bench";
6-
version = "1.0.6";
6+
version = "1.0.7";
77
src = ./.;
88
isLibrary = false;
99
isExecutable = true;

0 commit comments

Comments
 (0)