version

package
v1.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 3, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package version provides version information for Buffalo.

Index

Constants

This section is empty.

Variables

View Source
var (
	// Version is the current version of Buffalo.
	Version = "1.4.0"

	// GitCommit is the git commit hash.
	GitCommit = "unknown"

	// BuildDate is the date when the binary was built.
	BuildDate = "unknown"

	// GoVersion is the Go version used to build the binary.
	GoVersion = runtime.Version()

	// Platform is the OS/Arch combination.
	Platform = fmt.Sprintf("%s/%s", runtime.GOOS, runtime.GOARCH)
)

Functions

func Info

func Info() string

Info returns formatted version information.

func Short

func Short() string

Short returns a short version string.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL