Skip to content

Commit 26d607a

Browse files
committed
Bump version to 1.3.1 - parallel API calls
[finishes #134578059]
1 parent ef4bbeb commit 26d607a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cfmysql/plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func (self *MysqlPlugin) GetMetadata() plugin.PluginMetadata {
2424
Version: plugin.VersionType{
2525
Major: 1,
2626
Minor: 3,
27-
Build: 0,
27+
Build: 1,
2828
},
2929
MinCliVersion: plugin.VersionType{
3030
Major: 6,

cfmysql/plugin_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ var _ = Describe("Plugin", func() {
2121
Expect(mysqlPlugin.GetMetadata().Version).To(Equal(plugin.VersionType{
2222
Major: 1,
2323
Minor: 3,
24-
Build: 0,
24+
Build: 1,
2525
}))
2626
})
2727
})

0 commit comments

Comments
 (0)