Skip to content

Commit 518a5b8

Browse files
coocoodngaut
authored andcommitted
*: update version to 1.0.0 (#4776)
* *: update version to 1.0.0
1 parent 4bfa5fa commit 518a5b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

mysql/const.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)