We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 008c72f commit 6eebfb8Copy full SHA for 6eebfb8
internal/version/version.go
@@ -7,7 +7,7 @@ import (
7
)
8
9
const Version = "1.1.0"
10
-const Branch = "feat/nginx"
+const Branch = "main"
11
const Repo = "LumoSolutions/yerd"
12
13
// PrintSplash displays the YERD ASCII art logo and version information with colors.
0 commit comments