Skip to content

Commit

Permalink
fix: Fix version number in CLI.md (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
varungandhi-src authored Oct 31, 2023
1 parent 21706ca commit 79eeae0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
- '**.go'
- '**/go.mod'
- '**/go.sum'
- 'cmd/scip/**'
- 'docs/CLI.md'

jobs:
go-test:
Expand Down
2 changes: 1 addition & 1 deletion docs/CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ USAGE:
scip [global options] command [command options] [arguments...]
VERSION:
v0.3.0
v0.3.1
DESCRIPTION:
For more details, see the project README at:
Expand Down

0 comments on commit 79eeae0

Please sign in to comment.