From c4580c210e37d427766c0ee69c983877be766ff1 Mon Sep 17 00:00:00 2001 From: Erick Daniszewski Date: Wed, 20 May 2020 13:01:49 -0400 Subject: [PATCH] bump: version 2.0.3 --- sdk/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/version.go b/sdk/version.go index 77e747a3..86a99782 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.0.2" +const Version = "2.0.3" // version is a global reference to the pluginVersion which specifies the // version information for a Plugin. This is initialized on init and