diff --git a/main.go b/main.go index 8f61880..8dfeeca 100644 --- a/main.go +++ b/main.go @@ -5,5 +5,5 @@ import ( ) func main() { - fmt.Println("Hello, world!") + fmt.Println("Hello, world!", "v0.1.2 release") }