Skip to content

Commit ee9a13f

Browse files
authored
Release version 1.4.7 (#18)
Fix port_taken_on_localhost method for OSX machines
1 parent de754f3 commit ee9a13f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dock Change Log
22

3-
## master (unreleased)
3+
## 1.4.7 (2017-08-24)
44

55
* Fix port_taken_on_localhost method for OSX machines
66

bin/dock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
set -euo pipefail
2727

28-
dock_version="1.4.6"
28+
dock_version="1.4.7"
2929
dock_bin="$0"
3030

3131
# We want all output to go to STDERR so that STDOUT receives output from the

0 commit comments

Comments
 (0)