Skip to content
This repository was archived by the owner on Apr 30, 2021. It is now read-only.

Commit bfca70b

Browse files
committed
Update README and update to v1.2.1
1 parent 69378ac commit bfca70b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,12 @@ go build ./...
2020

2121
Fuzzit CLI can be used either locally or from your CI.
2222

23-
Run `snyk --help` to get a full list of commands or checkout our [docs](https://docs.fuzzit.dev).
23+
Run `snyk --help` to get a full list of commands or checkout our [docs](https://docs.fuzzit.dev).
24+
25+
## Versioning
26+
27+
Fuzzit CLI Version contains three components x.y.z . an increase in `z` ensures backward comparability while increase
28+
in `y` might introduce breaking changes.
2429

2530
## Reporting Security Vulnerabilities
2631

cmd/fuzzit/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ func main() {
5050
app.EnableBashCompletion = true
5151
app.Name = "Fuzzit"
5252
app.Usage = "Continuous fuzzing made simple"
53-
app.Version = "1.2"
53+
app.Version = "1.2.1"
5454
app.Compiled = time.Now()
5555
app.Authors = []cli.Author{
5656
cli.Author{

0 commit comments

Comments
 (0)