diff --git a/README.md b/README.md index a0352ad..202b244 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ # coba-bump Just update the feature -update readme -again -again2 \ No newline at end of file +update \ No newline at end of file diff --git a/main.go b/main.go index a3dd973..2323e05 100644 --- a/main.go +++ b/main.go @@ -3,5 +3,5 @@ package main import "fmt" func main() { - fmt.Println("Hello, World!") + fmt.Println("Hello, World! again") }