Skip to content

Commit

Permalink
Merge pull request #112 from stormcat24/feature/bump_version
Browse files Browse the repository at this point in the history
bump library version
  • Loading branch information
stormcat24 authored Jan 24, 2017
2 parents 9a238dc + 6e5513a commit 3713fc6
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 39 deletions.
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
)

const (
version = "1.0.0-dev"
version = "1.0.0-beta"
)

// versionCmd represents the version command
Expand Down
58 changes: 23 additions & 35 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions glide.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package: github.com/stormcat24/ecs-formation
import:
- package: github.com/apex/log
version: 8eba30e442954605fd2e1a542912d5b5e16cab13
version: f0aad537c25ee2786481d82844ce23b32d99b52a
- package: github.com/aws/aws-sdk-go
version: 1.5.0
version: 1.6.15
subpackages:
- /aws
- aws/awsutil
Expand All @@ -17,7 +17,7 @@ import:
- service/elbv2
- service/sns
- package: github.com/spf13/cobra
version: 37c3f8060359192150945916cbc2d72bce804b4d
version: dc208f4211e7f6df7ec8cb62640f57d3e154910d
- package: github.com/mattn/go-shellwords
- package: github.com/fatih/color
version: v1.0.0
Expand Down

0 comments on commit 3713fc6

Please sign in to comment.