chore: deprecates bin/deps.sh

- Deprecates `bin/deps.sh`. It was rendered obsolete with 217566, and
  the introduction of a `go.mod` file.
- Fixes two minor typos in the buld scripts.
- Bumps the version to `3.0.1`.
This commit is contained in:
Chris Lane
2019-10-27 10:26:24 -04:00
parent 0f9861f825
commit d19f0e1c5d
4 changed files with 3 additions and 14 deletions

View File

@ -13,7 +13,7 @@ import (
"github.com/cheat/cheat/internal/config"
)
const version = "3.0.0-rc0"
const version = "3.0.1"
func main() {