Skip to content

Commit

Permalink
prinln prints to standard err wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-huganir committed Mar 16, 2024
1 parent 2682127 commit 5978686
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
package internal

import "fmt"

var yutcVersion = "0.0.4"

func PrintVersion() {
println(yutcVersion)
fmt.Println(yutcVersion)
}

0 comments on commit 5978686

Please sign in to comment.