From 4d6901dfba03689c3254b1e5d95a6ae607904867 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sun, 23 Apr 2017 21:15:07 +0200 Subject: [PATCH] Bump version to 1.0 --- main.go | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/main.go b/main.go index be3b281..b2646c1 100644 --- a/main.go +++ b/main.go @@ -12,9 +12,6 @@ import ( "crypto/md5" "flag" "fmt" - "github.com/mitchellh/goamz/aws" - "github.com/mitchellh/goamz/s3" - "gopkg.in/yaml.v2" "io" "io/ioutil" "log" @@ -26,6 +23,10 @@ import ( "strings" "sync" "time" + + "github.com/mitchellh/goamz/aws" + "github.com/mitchellh/goamz/s3" + "gopkg.in/yaml.v2" ) type file struct { @@ -88,7 +89,7 @@ func main() { os.Exit(-1) } - fmt.Println("s3deploy 0.1.0") + fmt.Println("s3deploy 1.0") if help { flag.Usage()