[VOL-5055] - Pre-release triage build.

VERSION
-------
  o Bump VERISON file to buld a *-dev verison

internal/pkg/common/interfaces.go
internal/pkg/core/common.go
internal/pkg/mib/common.go
---------------------------------
  o Cosmetic edits to force a build.
  o Run gofmt -s -w on sources to keep the lint check happy.

Change-Id: I9c7d1d7b3025fc5e87a13ee2c7997052a1101e79
diff --git a/internal/pkg/common/interfaces.go b/internal/pkg/common/interfaces.go
index 901704d..fba389a 100755
--- a/internal/pkg/common/interfaces.go
+++ b/internal/pkg/common/interfaces.go
@@ -187,3 +187,5 @@
 type IuniVlanConfigFsm interface {
 	IsFlowRemovePending(context.Context, chan<- bool) bool
 }
+
+// [EOF]