Skip to content

Commit

Permalink
bump for version 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
febbraro committed Oct 10, 2017
1 parent db7ed4c commit f76dd23
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.3.2

- Added support for outrigger.yml (non-hidden)
- Added Linux compatibility to `doctor`
- Added support for Linux local bind volumes (for parity with `sync:start`)

## 1.3.1

- Don't start NFS if not on Darwin
Expand Down
2 changes: 1 addition & 1 deletion cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/urfave/cli"
)

const VERSION = "1.3.1"
const VERSION = "1.3.2"

// It all starts here
func main() {
Expand Down

0 comments on commit f76dd23

Please sign in to comment.