package version

import "github.com/docker/swarm/version"

Index

Variables

var (
	// VERSION should be updated by hand at each release
	VERSION = "1.2.9"

	// GITCOMMIT will be overwritten automatically by the build system
	GITCOMMIT = "HEAD"

	// BUILDTIME will be overwritten automatically by the build system
	BUILDTIME = "<unknown>"
)

Source Files

version.go

Version
v1.2.9 (latest)
Published
Jun 1, 2018
Platform
linux/amd64
Last checked
3 weeks ago

Tools for package owners.