Skip to content
This repository has been archived by the owner on Feb 12, 2025. It is now read-only.

Commit

Permalink
bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afeld committed Jan 10, 2017
1 parent 9cc6ca3 commit 478b018
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func (c *BasicPlugin) Run(cliConnection plugin.CliConnection, args []string) {
log.Fatal("Error retrieving org: ", err)
}

log.Println("Changed target to:", org.Entity.Name + "/" + space.Entity.Name)
log.Printf("Changed target to %s/%s.\n", org.Entity.Name, space.Entity.Name)
}

}
Expand All @@ -84,7 +84,7 @@ func (c *BasicPlugin) GetMetadata() plugin.PluginMetadata {
Name: "route-lookup",
Version: plugin.VersionType{
Major: 1,
Minor: 0,
Minor: 1,
Build: 0,
},
MinCliVersion: plugin.VersionType{
Expand Down

0 comments on commit 478b018

Please sign in to comment.