Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
murdinc committed Feb 7, 2018
1 parent ddf8a8b commit 5de47f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aws/creds.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ Loop:
for _, region := range regions {
for _, ignoredRegion := range ignoredRegions {
if ignoredRegion == *region.RegionName {
terminal.Information("Region [" + *region.RegionName + "] is being ignored...")
/*terminal.Information("Region [" + *region.RegionName + "] is being ignored...")*/
continue Loop
}
}
Expand Down
2 changes: 1 addition & 1 deletion awsm.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func main() {
app := cli.NewApp()
app.Name = "awsm"
app.Usage = "AWS Interface"
app.Version = "1.0.0"
app.Version = "1.0.1"
app.Author = "Ahmad A"
app.Email = "send@ahmad.pizza"
app.EnableBashCompletion = true
Expand Down

0 comments on commit 5de47f2

Please sign in to comment.