File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.0 .0
2
+ current_version = 0.1 .0
3
3
commit = True
4
4
tag = True
5
5
@@ -9,4 +9,4 @@ replace = version-{new_version}-orange.svg
9
9
10
10
[bumpversion:file:pkg/app/app.go]
11
11
search = version = " {current_version}"
12
- replace = version = " {new_version}"
12
+ replace = version = " {new_version}"
Original file line number Diff line number Diff line change 1
- ![ Version] ( https://img.shields.io/badge/version-0.0 .0-orange.svg )
1
+ ![ Version] ( https://img.shields.io/badge/version-0.1 .0-orange.svg )
2
2
![ Go] ( https://img.shields.io/badge/go-1.15.1-black.svg )
3
3
[ ![ Documentation] ( https://godoc.org/github.com/promptapi/scraper-cli?status.svg )] ( https://pkg.go.dev/github.com/promptapi/scraper-cli )
4
4
[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/promptapi/scraper-cli )] ( https://goreportcard.com/report/github.com/promptapi/scraper-cli )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
13
13
)
14
14
15
15
const (
16
- version = "0.0 .0"
16
+ version = "0.1 .0"
17
17
)
18
18
19
19
var (
You can’t perform that action at this time.
0 commit comments