Bump to sdkv2 rc2

This commit is contained in:
Paul Tyng
2020-06-27 22:23:31 -04:00
parent 3ed5d99b38
commit 631c386247
15 changed files with 64 additions and 39 deletions

View File

@@ -8,6 +8,6 @@ import (
func main() {
plugin.Serve(&plugin.ServeOpts{
ProviderFunc: provider.Provider,
ProviderFunc: provider.New,
})
}