aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2016-06-07 08:38:33 -0600
committerBen Johnson <benbjohnson@yahoo.com>2016-06-07 08:38:33 -0600
commit05e441d7b3ded9164c5b912521504e7711dd0ba2 (patch)
tree5145ca65492a6d67a274954bfd2ac2392bba52e5 /README.md
parentMerge pull request #565 from joe2far/patch-1 (diff)
downloaddedo-05e441d7b3ded9164c5b912521504e7711dd0ba2.tar.gz
dedo-05e441d7b3ded9164c5b912521504e7711dd0ba2.tar.xz
README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index dd0eba8..36967f4 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-Bolt [![Coverage Status](https://coveralls.io/repos/boltdb/bolt/badge.svg?branch=master)](https://coveralls.io/r/boltdb/bolt?branch=master) [![GoDoc](https://godoc.org/github.com/boltdb/bolt?status.svg)](https://godoc.org/github.com/boltdb/bolt) ![Version](https://img.shields.io/badge/version-1.0-green.svg)
+Bolt [![Coverage Status](https://coveralls.io/repos/boltdb/bolt/badge.svg?branch=master)](https://coveralls.io/r/boltdb/bolt?branch=master) [![GoDoc](https://godoc.org/github.com/boltdb/bolt?status.svg)](https://godoc.org/github.com/boltdb/bolt) ![Version](https://img.shields.io/badge/version-1.2.1-green.svg)
====
Bolt is a pure Go key/value store inspired by [Howard Chu's][hyc_symas]