Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Dec 9, 2009
1 parent 1a82ff0 commit a66f7cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/hub/version.rb
@@ -1,3 +1,3 @@
module Hub
Version = '0.1.0'
Version = '0.1.1'
end
2 changes: 1 addition & 1 deletion test/hub_test.rb
Expand Up @@ -87,7 +87,7 @@ def test_init_no_login
def test_version
out = hub('--version')
assert_includes "git version 1.6", out
assert_includes "hub version 0.1.0", out
assert_includes "hub version 0.1", out
end

def test_help
Expand Down

0 comments on commit a66f7cc

Please sign in to comment.