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