Release 1.7.0

This commit is contained in:
TJ Holowaychuk 2012-06-11 11:00:53 -07:00
parent c9fedfa27f
commit 90882574a0
2 changed files with 6 additions and 1 deletions

View file

@ -1,4 +1,9 @@
1.7.0 / 2012-06-11
==================
* Added repo age to `git-summary` [muhtasib]
1.6.0 / 2012-06-04
==================

View file

@ -1,6 +1,6 @@
#!/bin/sh
VERSION="1.6.0"
VERSION="1.7.0"
update() {
local bin=$(which git-extras)