Skip to content

Commit

Permalink
Update Makefile and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
derekparker committed Jun 12, 2014
1 parent 004e6fc commit 8bceeac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
prepare:
- git clone git://github.com/libgit2/git2go.git $(GOPATH)/src/github.com/libgit2/git2go
- cd $(GOPATH)/src/github.com/libgit2/git2go
- git checkout origin/make-static
- git submodule update --init
- ./script/with-static.sh go install
cd $(GOPATH)/src/github.com/libgit2/git2go && git checkout origin/make-static && git submodule update --init && make install

build:
go build -o pear
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"gopkg.in/v1/yaml"
)

const version = "1.3.0"
const version = "1.3.2"

type Config struct {
Email string
Expand Down

0 comments on commit 8bceeac

Please sign in to comment.