My `go.mod` file looks like
```
module school
go 1.13
```
When I run `go run school.go` the `go.mod` file changes to:
```
module school
go 1.13
````
My question is
1. where does the package gets this version number (in this case v0.0.0-00010101000000-000000000000)?
2. How to set the version number