From 1df0722ee130a111b440441f419a9b03abe6397a Mon Sep 17 00:00:00 2001 From: Thomas Pelletier Date: Mon, 1 Jul 2013 21:43:09 +0200 Subject: [PATCH] Mark supported TOML version as v0.1.0 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 756e6d8..334d927 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ Go library for the [TOML](https://github.com/mojombo/toml) format. -This library supports TOML version [e3656ad493400895f4460f1244a25f8f8e31a32a](https://github.com/mojombo/toml/tree/e3656ad493400895f4460f1244a25f8f8e31a32a) +This library supports TOML version +[v0.1.0](https://github.com/mojombo/toml/blob/master/versions/toml-v0.1.0.md) [![Build Status](https://travis-ci.org/pelletier/go-toml.png?branch=master)](https://travis-ci.org/pelletier/go-toml)