add version
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2023-03-11 15:37:46 +07:00
parent ee317830f3
commit d02de4b306
+4
View File
@@ -2,6 +2,10 @@ package main
import "fmt"
const (
version = "v0.1.0"
)
func main() {
fmt.Println("Hello, Go!")
}