From 5a1ac3fca0dc9ac52e6866b9bdd8975542c5c24b Mon Sep 17 00:00:00 2001 From: Alexandre Cesaro Date: Wed, 22 Jul 2015 22:37:05 +0200 Subject: [PATCH] Bumbed version to v2-unstable --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e4ae1b7..8cabc8e 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,12 @@ It requires Go 1.2 or newer. ## Documentation -https://godoc.org/gopkg.in/gomail.v1 +https://godoc.org/gopkg.in/gomail.v2-unstable ## Download - go get gopkg.in/gomail.v1 + go get gopkg.in/gomail.v2-unstable ## Example @@ -37,7 +37,7 @@ https://godoc.org/gopkg.in/gomail.v1 package main import ( - "gopkg.in/gomail.v1" + "gopkg.in/gomail.v2-unstable" ) func main() {