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 d40f7db commit d0169e1Copy full SHA for d0169e1
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.2
+current_version = 0.2.0
3
files = main.go
4
commit = True
5
tag = True
main.go
@@ -115,7 +115,7 @@ func main() {
115
app := cli.NewApp()
116
app.Name = "Proxy Docker unix socket to filter out insecure, harmful requests."
117
app.Usage = "doxy [options]"
118
- app.Version = "0.1.2"
+ app.Version = "0.2.0"
119
app.Flags = []cli.Flag{
120
dockerSocketFlag,
121
proxySocketFlag,
0 commit comments