mirror of
https://github.com/wahyd4/cert-manager.git
synced 2026-08-12 06:36:30 +10:00
8 lines
85 B
Go
8 lines
85 B
Go
package util
|
|
|
|
var (
|
|
AppGitState = ""
|
|
AppGitCommit = ""
|
|
AppVersion = "canary"
|
|
)
|