From c478613ee08ead9319262e325cd02040a8adac22 Mon Sep 17 00:00:00 2001 From: scott Chacon Date: Mon, 19 Nov 2007 07:53:54 -0800 Subject: 1.0.4 taggings --- lib/git.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/git.rb b/lib/git.rb index f18ad11..7c13d1a 100644 --- a/lib/git.rb +++ b/lib/git.rb @@ -40,7 +40,7 @@ require 'git/author' # License:: MIT License module Git - VERSION = '1.0.3' + VERSION = '1.0.4' # open a bare repository # -- cgit