From 3bcdc95a03346a911abe2b540418696adb1451e3 Mon Sep 17 00:00:00 2001 From: Alex Browne Date: Wed, 4 Nov 2015 16:07:02 -0800 Subject: [PATCH] Fix version in README and doc.go --- README.md | 2 +- doc.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fa2e444..22af1f2 100755 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ for converting data into other types and a Validator object which can be used to validate the data. Forms is framework-agnostic and works directly with the http package. -Version 0.1.0 +Version 0.3.2 Development Status diff --git a/doc.go b/doc.go index 3a1a2c7..eb4e113 100755 --- a/doc.go +++ b/doc.go @@ -12,5 +12,5 @@ // For the full source code, example usage, and more, visit // https://github.com/albrow/forms. // -// Version 0.1.0 +// Version 0.3.2 package forms