diff --git a/sdk/version.go b/sdk/version.go index 456b3c9..58f1f2a 100644 --- a/sdk/version.go +++ b/sdk/version.go @@ -26,7 +26,7 @@ import ( ) // Version specifies the version of the Synse Plugin SDK. -const Version = "2.1.0" +const Version = "2.1.1" // version is a global reference to the pluginVersion which specifies the // version information for a Plugin. This is initialized on init and