From 5a9f5f50083feb1fe3930da88a9153effda7b634 Mon Sep 17 00:00:00 2001 From: Michele Date: Thu, 21 Sep 2017 18:28:33 +0200 Subject: [PATCH] implementazione con NATS ( start ) --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index c04d029..fc90459 100644 --- a/main.go +++ b/main.go @@ -12,7 +12,7 @@ import ( ) const ( - _Version = "v4.3.0" + _Version = "v5.0.0" _Producer = 0 _Consumer = 1 _Remover = 2