minio/vendor/github.com/nsqio/go-nsq/version.go

9 lines
243 B
Go

// Package nsq is the official Go package for NSQ (http://nsq.io/)
//
// It provides high-level Consumer and Producer types as well as low-level
// functions to communicate over the NSQ protocol
package nsq
// VERSION
const VERSION = "1.0.7"