v0.1.2 release

pull/2/head v0.1.2
sundowndev 2021-05-19 14:34:56 +02:00
parent c02738b3da
commit a6e3258a83
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ import (
)
func main() {
fmt.Println("Hello, world!")
fmt.Println("Hello, world!", "v0.1.2 release")
}