Skip to content

Commit

Permalink
Update version and Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
syohex committed Sep 28, 2016
1 parent 78cb394 commit 7c692ca
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
byzanz-window
/_obj/
/releases/
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for go-impl.el

Revision 0.1.1 2016/07/03 syohex
- Implement verbose flag(Thanks calavera)

Revision 0.1.0 2016/07/03 syohex
- Implement version flag

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GOVERSION=$(shell go version)
GOOS=$(word 1,$(subst /, ,$(lastword $(GOVERSION))))
GOARCH=$(word 2,$(subst /, ,$(lastword $(GOVERSION))))
VERSION=0.1.0
VERSION=0.1.1
RELEASE_DIR=releases
ARTIFACTS_DIR=$(RELEASE_DIR)/artifacts/$(VERSION)
GITHUB_USERNAME=syohex
Expand Down
2 changes: 1 addition & 1 deletion cmd/byzanz-window/byzanz-window.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"github.com/syohex/byzanz-window"
)

const VERSION = "0.1.0"
const VERSION = "0.1.1"

func selectWindow() (int, error) {
fmt.Println("Select the window which you like to capture.")
Expand Down

0 comments on commit 7c692ca

Please sign in to comment.