Skip to content
Snippets Groups Projects
Commit 7548e4bc authored by Hans Moog's avatar Hans Moog
Browse files

Refactor: changed version number in statusscreen

parent 6beb43aa
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,7 @@ func (headerBar *UIHeaderBar) Update() {
func (headerBar *UIHeaderBar) printLogo() {
fmt.Fprintln(headerBar.LogoContainer, "")
fmt.Fprintln(headerBar.LogoContainer, " SHIMMER 1.0.0")
fmt.Fprintln(headerBar.LogoContainer, " SHIMMER 0.0.1")
fmt.Fprintln(headerBar.LogoContainer, " ┌──────┬──────┐")
fmt.Fprintln(headerBar.LogoContainer, " ───┐ │ ┌───")
fmt.Fprintln(headerBar.LogoContainer, " ┐ │ │ │ ┌")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment