package version
import "github.com/ethereum/go-ethereum/version"
Index ¶
Constants ¶
const ( Major = 1 // Major version component of the current release Minor = 16 // Minor version component of the current release Patch = 1 // Patch version component of the current release Meta = "stable" // Version metadata to append to the version string )
Source Files ¶
- Version
- v1.16.1 (latest)
- Published
- Jul 2, 2025
- Platform
- linux/amd64
- Last checked
- 14 hours ago –
Tools for package owners.