Skip to content

Commit

Permalink
version uptick
Browse files Browse the repository at this point in the history
  • Loading branch information
trent-pr1ntf committed Oct 15, 2015
1 parent f955ad9 commit cadc3a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# iohyve v0.6.5
# iohyve v0.6.6
"You sed what edition"

FreeBSD bhyve manager utilizing ZFS and other FreeBSD tools.
Expand Down
6 changes: 3 additions & 3 deletions iohyve
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

# iohyve v0.6.5 2015/10/15 "You sed what edition"
# iohyve v0.6.6 2015/10/15 "You sed what edition"

# Process command line
__parse_cmd () {
Expand Down Expand Up @@ -133,7 +133,7 @@ __parse_cmd () {

# Show version
__version() {
echo 'iohyve v0.6.5 2015/10/15 You sed what edition'
echo 'iohyve v0.6.6 2015/10/15 You sed what edition'
}

# Setup iohyve
Expand Down Expand Up @@ -841,7 +841,7 @@ __conreset() {
__man() {
cat << 'EOT' | less
NAME
iohyve(8) - bhyve manager/launcher v0.6.5 "You sed what edition"
iohyve(8) - bhyve manager/launcher v0.6.6 "You sed what edition"
SYNOPSIS
iohyve version
Expand Down

0 comments on commit cadc3a8

Please sign in to comment.