Skip to content

Commit 79eeae0

Browse files
fix: Fix version number in CLI.md (#215)
1 parent 21706ca commit 79eeae0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/golang.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
- '**.go'
88
- '**/go.mod'
99
- '**/go.sum'
10+
- 'cmd/scip/**'
11+
- 'docs/CLI.md'
1012

1113
jobs:
1214
go-test:

docs/CLI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ USAGE:
1818
scip [global options] command [command options] [arguments...]
1919
2020
VERSION:
21-
v0.3.0
21+
v0.3.1
2222
2323
DESCRIPTION:
2424
For more details, see the project README at:

0 commit comments

Comments
 (0)