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 c727afd commit 8bbaea6Copy full SHA for 8bbaea6
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.2
+current_version = 0.1.3
3
files = main.go
4
commit = True
5
tag = True
main.go
@@ -70,7 +70,7 @@ func main() {
70
app := cli.NewApp()
71
app.Name = "Proxy Docker unix socket to filter out insecure, harmful requests."
72
app.Usage = "doxy [options]"
73
- app.Version = "0.1.2"
+ app.Version = "0.1.3"
74
app.Flags = []cli.Flag{
75
dockerSocketFlag,
76
proxySocketFlag,
0 commit comments