Skip to content

Commit

Permalink
release v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bilco105 committed Aug 14, 2019
1 parent 2dc63a4 commit 3a09a14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## 1.0.3 (August 14, 2019)

BUG FIXES:
- NVME volumes now mount correctly
- Previously attached volumes are no longer skipped
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NAME:=goat
VERSION:=$(shell git describe --tags)
VERSION:=$(shell git describe --tags|sed 's/^v//')
OS:=linux
ARCH:=amd64
GOAT_FILES:=$$(find . -name '*.go' | grep -v vendor)
Expand Down

0 comments on commit 3a09a14

Please sign in to comment.