Skip to content

Commit

Permalink
Merge pull request #210 from liquidata-inc/oscarbatori/bump-version-f…
Browse files Browse the repository at this point in the history
…or-release-0.11.0

bump version and add to gitignore
  • Loading branch information
Oscar Batori authored Nov 12, 2019
2 parents 8a163af + 62de539 commit 17d14ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@

go.sum
go.mod
.DS_Store
2 changes: 1 addition & 1 deletion go/cmd/dolt/dolt.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import (
)

const (
Version = "0.10.0"
Version = "0.11.0"
)

var doltCommand = cli.GenSubCommandHandler([]*cli.Command{
Expand Down

0 comments on commit 17d14ba

Please sign in to comment.