Skip to content

Commit 796ef2c

Browse files
committed
main.go updated
1 parent 8b10a82 commit 796ef2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ import (
1616
func main() {
1717
hostInfo := [2]string{build.Default.GOOS, build.Default.GOARCH}
1818
color.Cyan("Godemon starting...")
19-
version := "2.7.0"
19+
version := "2.7.1"
20+
color.HiMagenta("Welcome to godemon " + version)
2021
doneChan := make(chan bool)
2122
filepath, modOrFile, cnf, command, help, init, name, oso, arch := cliTools.LoadCMD("", "")
2223
filepath, modOrFile = controllers.ProgramStarting(&cnf, filepath, modOrFile, command, help, version, init, name, oso, arch, hostInfo[0])

0 commit comments

Comments
 (0)