featurebase/client/version.go
2022-09-02 13:23:39 -07:00

9 lines
304 B
Go

// Copyright 2022 Molecula Corp. (DBA FeatureBase).
// SPDX-License-Identifier: Apache-2.0
// package ctl contains all pilosa subcommands other than 'server'. These are
// generally administration, testing, and debugging tools.
package client
// Version is the client version.
const Version = "v1.3.0"