mirror of
https://github.com/cheat/cheat.git
synced 2025-09-02 18:18:30 +02:00
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:
@ -13,7 +13,7 @@ import (
|
||||
"github.com/cheat/cheat/internal/config"
|
||||
)
|
||||
|
||||
const version = "3.0.0-rc0"
|
||||
const version = "3.0.1"
|
||||
|
||||
func main() {
|
||||
|
||||
|
Reference in New Issue
Block a user