mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-21 02:29:19 +00:00
Add godot linter to harmonitze toplevel comments (#3650)
This commit is contained in:
@@ -16,10 +16,10 @@
|
||||
|
||||
package version
|
||||
|
||||
// Version of Woodpecker, set with ldflags, from Git tag
|
||||
// Version of Woodpecker, set with ldflags, from Git tag.
|
||||
var Version string
|
||||
|
||||
// String returns the Version set at build time or "dev"
|
||||
// String returns the Version set at build time or "dev".
|
||||
func String() string {
|
||||
if Version == "" {
|
||||
return "dev"
|
||||
|
Reference in New Issue
Block a user