Skip to content

Commit

Permalink
gitview: Bump the rev
Browse files Browse the repository at this point in the history
Make the 0.7 release

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Aneesh Kumar authored and Junio C Hamano committed Feb 24, 2006
1 parent 8b42f5a commit 20d23f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/gitview/gitview
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ class DiffWindow:
class GitView:
""" This is the main class
"""
version = "0.6"
version = "0.7"

def __init__(self, with_diff=0):
self.with_diff = with_diff
Expand Down

0 comments on commit 20d23f5

Please sign in to comment.