diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2020-06-18 22:22:56 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2020-06-18 22:22:56 +0900 |
commit | aa77c03e2fcb7ed283920d09a0fb6b873488b5be (patch) | |
tree | fe7caae3d1abaa52d0fd4ae713978ce95c9a9561 /README.md | |
parent | upgrade amalgamation code (#821) (diff) | |
download | golite-aa77c03e2fcb7ed283920d09a0fb6b873488b5be.tar.gz golite-aa77c03e2fcb7ed283920d09a0fb6b873488b5be.tar.xz |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -7,7 +7,9 @@ go-sqlite3 [](https://coveralls.io/r/mattn/go-sqlite3?branch=master) [](https://goreportcard.com/report/github.com/mattn/go-sqlite3) -**NOTE:** The increase to v2 was an accident. There were no major changes or features. +Latest stable version is v1.14 or later not v2. + +~~**NOTE:** The increase to v2 was an accident. There were no major changes or features.~~ # Description |