Skip to content

Commit

Permalink
Bump version to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Apr 23, 2017
1 parent b0f8d27 commit 4d6901d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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 {
Expand Down Expand Up @@ -88,7 +89,7 @@ func main() {
os.Exit(-1)
}

fmt.Println("s3deploy 0.1.0")
fmt.Println("s3deploy 1.0")

if help {
flag.Usage()
Expand Down

0 comments on commit 4d6901d

Please sign in to comment.