Revert "[VOL-5190] - consistent voltha-protos version for all repos"

[VOL-5198] - Related, job oddities that prompted revert.

This reverts commit 23b9bf7963f0f26888286915fde5606a0aeafb66.

Reason for revert: Revert to bump VERSION file.  Interesting, rebase-with-master patch triggered a jenkins job that reported success.  Latest jenkins job should fail if VERSION/wildcard tagging is incorrect.

Only caveat to this is bad timing of patch merges but git log shows last applied patch was 2 weeks ago ?!?

Change-Id: Ib19cc830dc98d4afbb982590667df361e2af0e31
diff --git a/go.mod b/go.mod
index a639257..c7a0f1b 100644
--- a/go.mod
+++ b/go.mod
@@ -18,7 +18,7 @@
 	github.com/looplab/fsm v0.2.0
 	github.com/opencord/omci-lib-go/v2 v2.2.3
 	github.com/opencord/voltha-lib-go/v7 v7.4.5
-	github.com/opencord/voltha-protos/v5 v5.4.10
+	github.com/opencord/voltha-protos/v5 v5.4.9
 	github.com/stretchr/testify v1.7.0
 	google.golang.org/grpc v1.44.0
 )