aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYasuhiro Matsumoto <mattn.jp@gmail.com>2020-06-18 22:22:56 +0900
committerYasuhiro Matsumoto <mattn.jp@gmail.com>2020-06-18 22:22:56 +0900
commitaa77c03e2fcb7ed283920d09a0fb6b873488b5be (patch)
treefe7caae3d1abaa52d0fd4ae713978ce95c9a9561 /README.md
parentupgrade amalgamation code (#821) (diff)
downloadgolite-aa77c03e2fcb7ed283920d09a0fb6b873488b5be.tar.gz
golite-aa77c03e2fcb7ed283920d09a0fb6b873488b5be.tar.xz
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8e6e222..fd0c020 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,9 @@ go-sqlite3
[![Coverage Status](https://coveralls.io/repos/mattn/go-sqlite3/badge.svg?branch=master)](https://coveralls.io/r/mattn/go-sqlite3?branch=master)
[![Go Report Card](https://goreportcard.com/badge/github.com/mattn/go-sqlite3)](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