Skip to content

Commit

Permalink
*: update version to 1.0.0 (pingcap#4776)
Browse files Browse the repository at this point in the history
* *: update version to 1.0.0
  • Loading branch information
coocood authored and ngaut committed Oct 16, 2017
1 parent 4bfa5fa commit 518a5b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://travis-ci.org/pingcap/tidb.svg?branch=master)](https://travis-ci.org/pingcap/tidb)
[![Go Report Card](https://goreportcard.com/badge/github.com/pingcap/tidb)](https://goreportcard.com/report/github.com/pingcap/tidb)
![Project Status](https://img.shields.io/badge/status-Pre--GA-yellow.svg)
![Project Status](https://img.shields.io/badge/version-1.0.0-yellow.svg)
[![CircleCI Status](https://circleci.com/gh/pingcap/tidb.svg?style=shield)](https://circleci.com/gh/pingcap/tidb)
[![Coverage Status](https://coveralls.io/repos/github/pingcap/tidb/badge.svg?branch=master)](https://coveralls.io/github/pingcap/tidb?branch=master)

Expand Down
2 changes: 1 addition & 1 deletion mysql/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const (
MaxPayloadLen int = 1<<24 - 1
// The version number should be three digits.
// See https://dev.mysql.com/doc/refman/5.7/en/which-version.html
TiDBReleaseVersion string = "0.9.0"
TiDBReleaseVersion string = "1.0.0"
)

// ServerVersion is the version information of this tidb-server in MySQL's format.
Expand Down

0 comments on commit 518a5b8

Please sign in to comment.