Skip to content

Commit 2dd78f6

Browse files
committed
Update DoltgreSQL version to 0.2.0
1 parent c9703e6 commit 2dd78f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ import (
4747
//TODO: cleanup this file
4848

4949
const (
50-
Version = "0.1.0"
50+
Version = "0.2.0"
5151
)
5252

5353
var doltCommand = cli.NewSubCommandHandler("doltgresql", "it's git for data", []cli.Command{

0 commit comments

Comments
 (0)