Skip to content

Commit

Permalink
Merge branch 'hotfix/0.8.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
dgjnpr committed Apr 9, 2015
2 parents 1dfc0f6 + 1075cf8 commit 7e72490
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/sloe/ixia.rb
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def load_config
| ixNet exec clearOwnership $port
| ixNet exec connectPort $vport
|}
|if {[llength $doneList]} {
|if {[llength $notReadyVportList]} {
| after 10000
|}
TCL
Expand Down
2 changes: 1 addition & 1 deletion lib/sloe/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Sloe
# Current version
VERSION = "0.8.4"
VERSION = "0.8.5"
end

0 comments on commit 7e72490

Please sign in to comment.