mirror of
https://github.com/openfaas/faas.git
synced 2025-06-21 22:33:23 +00:00
Upgrade NATS client
For compatibility with newer NATS streaming version https://github.com/openfaas/faas-netes/pull/819 Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
committed by
Alex Ellis
parent
33c07e1ae8
commit
06a51373e2
2
gateway/vendor/github.com/nats-io/nkeys/main.go
generated
vendored
2
gateway/vendor/github.com/nats-io/nkeys/main.go
generated
vendored
@ -20,7 +20,7 @@ import (
|
||||
)
|
||||
|
||||
// Version is our current version
|
||||
const Version = "0.2.0"
|
||||
const Version = "0.3.0"
|
||||
|
||||
// Errors
|
||||
var (
|
||||
|
Reference in New Issue
Block a user