mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-15 10:55:14 +00:00
9 lines
122 B
Go
9 lines
122 B
Go
package main
|
|
|
|
var (
|
|
// commit sha for the current build.
|
|
version string = "0.2-dev"
|
|
revision string
|
|
)
|
|
|
|
func main() {}
|