Skip to content

Commit f1c7c5f

Browse files
committed
version updated
1 parent 14fa1f4 commit f1c7c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
func main() {
2525
hostInfo := [2]string{build.Default.GOOS, build.Default.GOARCH}
2626
color.Cyan("Godemon starting...")
27-
version := "21.04"
27+
version := "21.04 LTS"
2828
color.HiMagenta("Welcome to godemon " + version)
2929
doneChan := make(chan bool)
3030
filepath, modOrFile, cnf, command, help, init, name, oso, arch, cont, addFile, addCmd := cliTools.LoadCMD("", "")

0 commit comments

Comments
 (0)