Skip to content

Commit

Permalink
Merge pull request #116 from liquidata-inc/aaron/dolt-0.9.9
Browse files Browse the repository at this point in the history
go: cmd/dolt: Bump to 0.9.9.
  • Loading branch information
Aaron Son authored Oct 4, 2019
2 parents 88c208e + 2275eab commit d77543c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go/cmd/dolt/dolt.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import (
)

const (
Version = "0.9.8"
Version = "0.9.9"
)

var doltCommand = cli.GenSubCommandHandler([]*cli.Command{
Expand Down
2 changes: 2 additions & 0 deletions go/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ github.com/liquidata-inc/go-mysql-server v0.4.1-0.20190930213140-66f118b01f72 h1
github.com/liquidata-inc/go-mysql-server v0.4.1-0.20190930213140-66f118b01f72/go.mod h1:DdWE0ku/mNfuLsRJIrHeHpDtB7am+6oopxEsQKmVkx8=
github.com/liquidata-inc/go-mysql-server v0.4.1-0.20191001191735-98ec772d8d81 h1:fDTbBiyE0FY1l/VF4HRbnF3WWnwpwhsav30zzlX0grg=
github.com/liquidata-inc/go-mysql-server v0.4.1-0.20191001191735-98ec772d8d81/go.mod h1:DdWE0ku/mNfuLsRJIrHeHpDtB7am+6oopxEsQKmVkx8=
github.com/liquidata-inc/go-mysql-server v0.4.1-0.20191003230430-3a1a09c79ada h1:2D7VUQT4JHEB1N3xUG/MqULhDfWWg65LmPDBjXWBZcs=
github.com/liquidata-inc/go-mysql-server v0.4.1-0.20191003230430-3a1a09c79ada/go.mod h1:DdWE0ku/mNfuLsRJIrHeHpDtB7am+6oopxEsQKmVkx8=
github.com/liquidata-inc/ishell v0.0.0-20190514193646-693241f1f2a0 h1:phMgajKClMUiIr+hF2LGt8KRuUa2Vd2GI1sNgHgSXoU=
github.com/liquidata-inc/ishell v0.0.0-20190514193646-693241f1f2a0/go.mod h1:YC1rI9k5gx8D02ljlbxDfZe80s/iq8bGvaaQsvR+qxs=
github.com/liquidata-inc/mmap-go v1.0.3 h1:2LndAeAtup9rpvUmu4wZSYCsjCQ0Zpc+NqE+6+PnT7g=
Expand Down

0 comments on commit d77543c

Please sign in to comment.