Skip to content

Commit 79d4474

Browse files
Bump version: 0.0.0 → 0.1.0
1 parent 8c9bbbe commit 79d4474

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.bumpversion.cfg

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

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func main() {
6262
app := cli.NewApp()
6363
app.Name = "Start container to terminate SSL for others."
6464
app.Usage = "go-byfahrer [options]"
65-
app.Version = "0.0.0"
65+
app.Version = "0.1.0"
6666
app.Flags = []cli.Flag{
6767
cli.StringFlag{
6868
Name: "docker-socket",

0 commit comments

Comments
 (0)