versione corretta

This commit is contained in:
Michele 2018-05-29 15:48:29 +02:00
parent 905d7ca936
commit 3ecbd95719
2 changed files with 4 additions and 4 deletions

View file

@ -3,6 +3,6 @@ FROM scratch
MAINTAINER Michele Fadda "<mikif70@gmail.com>"
COPY lastlogin_mongodb-v4.3.0 /bin/lastlogin_mongodb
COPY lastlogin_mongodb-v4.3.2 /bin/lastlogin_mongodb
ENTRYPOINT [ "/bin/lastlogin_mongodb" ]

View file

@ -9,12 +9,12 @@ import (
"regexp"
"sync"
"time"
_ "github.com/nats-io/go-nats"
_ "github.com/nats-io/go-nats"
)
const (
_Version = "v5.0.0"
_Version = "v4.3.2"
_Producer = 0
_Consumer = 1
_Remover = 2