Skip to content

Commit

Permalink
Bump version to 1.3.4
Browse files Browse the repository at this point in the history
Shows services from current space only
  • Loading branch information
andreasf committed Dec 5, 2016
1 parent 7c835df commit a620ae5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cfmysql/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func (self *MysqlPlugin) GetMetadata() plugin.PluginMetadata {
Version: plugin.VersionType{
Major: 1,
Minor: 3,
Build: 3,
Build: 4,
},
MinCliVersion: plugin.VersionType{
Major: 6,
Expand Down
2 changes: 1 addition & 1 deletion cfmysql/plugin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var _ = Describe("Plugin", func() {
Expect(mysqlPlugin.GetMetadata().Version).To(Equal(plugin.VersionType{
Major: 1,
Minor: 3,
Build: 3,
Build: 4,
}))
})
})
Expand Down

0 comments on commit a620ae5

Please sign in to comment.