We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c9bbbe commit 79d4474Copy full SHA for 79d4474
.bumpversion.cfg
@@ -1,5 +1,6 @@
1
[bumpversion]
2
-current_version = 0.0.0
+current_version = 0.1.0
3
files = main.go
4
commit = True
5
tag = True
6
+
main.go
@@ -62,7 +62,7 @@ func main() {
62
app := cli.NewApp()
63
app.Name = "Start container to terminate SSL for others."
64
app.Usage = "go-byfahrer [options]"
65
- app.Version = "0.0.0"
+ app.Version = "0.1.0"
66
app.Flags = []cli.Flag{
67
cli.StringFlag{
68
Name: "docker-socket",
0 commit comments