Skip to content

Commit ef53a0f

Browse files
author
Thomas Lee
committed
Prepare 0.2.12
1 parent f938368 commit ef53a0f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Revision History
77

88
0.2.x series [current]
99

10+
* 0.2.12 - Forgot to bump the version constant.
1011
* 0.2.11 - Fix a bug in getPrepareResult() causing queries returning no fields (e.g. DROP TABLE ...) to hang.
1112
* 0.2.10 - Compatability update for Go release.2011-01-20
1213
* 0.2.9 - Added support for MySQL 5.5

mysql.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
)
1919

2020
const (
21-
Version = "0.2.10"
21+
Version = "0.2.12"
2222
DefaultPort = 3306
2323
DefaultSock = "/var/run/mysqld/mysqld.sock"
2424
MaxPacketSize = 1 << 24

0 commit comments

Comments
 (0)