We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16af8a8 commit 9c7e807Copy full SHA for 9c7e807
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.0
+current_version = 0.1.1
3
files = main.go
4
commit = True
5
tag = True
main.go
@@ -50,7 +50,7 @@ func main() {
50
app := cli.NewApp()
51
app.Name = "Proxy Docker unix socket to filter out insecure, harmful requests."
52
app.Usage = "doxy [options]"
53
- app.Version = "0.1.0"
+ app.Version = "0.1.1"
54
app.Flags = []cli.Flag{
55
cli.StringFlag{
56
Name: "docker-socket",
0 commit comments