Skip to content

Commit

Permalink
Merge pull request #332 from liquidata-inc/oscarbatori/bump-version-a…
Browse files Browse the repository at this point in the history
…nd-fix-version-cmd

Bump version and fix command
  • Loading branch information
Oscar Batori authored Jan 23, 2020
2 parents a8ee8c3 + f3bd415 commit b0e4817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.12.0"
Version = "0.13.0"
)

var dumpDocsCommand = &commands.DumpDocsCmd{}
Expand All @@ -64,7 +64,7 @@ var doltCommand = cli.NewSubCommandHandler("dolt", "it's git for data", []cli.Co
commands.CloneCmd{},
credcmds.Commands,
commands.LoginCmd{},
commands.VersionCmd{},
commands.VersionCmd{Version},
commands.ConfigCmd{},
commands.LsCmd{},
schcmds.Commands,
Expand Down

0 comments on commit b0e4817

Please sign in to comment.