Skip to content

Commit c2bc66f

Browse files
author
Uğur Özyılmazel
committed
Bump version: 0.0.0 → 0.1.0
1 parent 8e6c988 commit c2bc66f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.bumpversion.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.0
2+
current_version = 0.1.0
33
commit = True
44
tag = True
55

@@ -9,4 +9,4 @@ replace = version-{new_version}-orange.svg
99

1010
[bumpversion:file:pkg/app/app.go]
1111
search = version = "{current_version}"
12-
replace = version = "{new_version}"
12+
replace = version = "{new_version}"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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)
22
![Go](https://img.shields.io/badge/go-1.15.1-black.svg)
33
[![Documentation](https://godoc.org/github.com/promptapi/scraper-cli?status.svg)](https://pkg.go.dev/github.com/promptapi/scraper-cli)
44
[![Go Report Card](https://goreportcard.com/badge/github.com/promptapi/scraper-cli)](https://goreportcard.com/report/github.com/promptapi/scraper-cli)

pkg/app/app.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
)
1414

1515
const (
16-
version = "0.0.0"
16+
version = "0.1.0"
1717
)
1818

1919
var (

0 commit comments

Comments
 (0)