File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
33[ ![ Build Status] ( https://travis-ci.org/pingcap/tidb.svg?branch=master )] ( https://travis-ci.org/pingcap/tidb )
44[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/pingcap/tidb )] ( https://goreportcard.com/report/github.com/pingcap/tidb )
5- ![ Project Status] ( https://img.shields.io/badge/status-Pre--GA -yellow.svg )
5+ ![ Project Status] ( https://img.shields.io/badge/version-1.0.0 -yellow.svg )
66[ ![ CircleCI Status] ( https://circleci.com/gh/pingcap/tidb.svg?style=shield )] ( https://circleci.com/gh/pingcap/tidb )
77[ ![ Coverage Status] ( https://coveralls.io/repos/github/pingcap/tidb/badge.svg?branch=master )] ( https://coveralls.io/github/pingcap/tidb?branch=master )
88
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ const (
2828 MaxPayloadLen int = 1 << 24 - 1
2929 // The version number should be three digits.
3030 // See https://dev.mysql.com/doc/refman/5.7/en/which-version.html
31- TiDBReleaseVersion string = "0.9 .0"
31+ TiDBReleaseVersion string = "1.0 .0"
3232)
3333
3434// ServerVersion is the version information of this tidb-server in MySQL's format.
You can’t perform that action at this time.
0 commit comments