Skip to content

Commit

Permalink
0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ekalinin committed Apr 14, 2014
1 parent bd181c5 commit 3275856
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/nv-commands/version
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NV_VERSION=0.6.1
NV_VERSION=0.6.2

nv_cmd_default() {
echo "$(nv_cmd_name) $NV_VERSION"
Expand Down
2 changes: 1 addition & 1 deletion tests/help.bats
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ load test_helper
local usage_b=$(nv_bold "Usage")
run nv
assert_success
assert_equal "${lines[0]}" "nv 0.6.1"
assert_equal "${lines[0]}" "nv 0.6.2"
assert_equal "${lines[1]}" "${usage_b}: nv <subcommand>"
assert_equal "${lines[2]}" "Subcommands:"
}
2 changes: 1 addition & 1 deletion tests/version.bats
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ load test_helper
@test "version: output version" {
run nv version
assert_success
assert_output "nv 0.6.1"
assert_output "nv 0.6.2"
}

0 comments on commit 3275856

Please sign in to comment.