Skip to content

Commit cf1d676

Browse files
committed
todo updated
1 parent 6058271 commit cf1d676

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

main.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
//TODO - optimize memory and cpu/gpu usage
22
//TODO - add windows full support
3-
//TODO - change CLI logo in installer to lighting
43
//TODO - create Windows installer
54
//TODO - auto add of export statement to .zshenv or .bashrc
65
//TODO - auto add of PATH to PATH in windows
@@ -24,7 +23,7 @@ import (
2423
func main() {
2524
hostInfo := [2]string{build.Default.GOOS, build.Default.GOARCH}
2625
color.Cyan("Godemon starting...")
27-
version := "21.04 LTS"
26+
version := "21.04"
2827
color.HiMagenta("Welcome to godemon " + version)
2928
doneChan := make(chan bool)
3029
filepath, modOrFile, cnf, command, help, init, name, oso, arch, cont := cliTools.LoadCMD("", "")

0 commit comments

Comments
 (0)