We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8ef04a commit 300a00eCopy full SHA for 300a00e
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.2
+current_version = 0.2.3
3
files = main.go
4
commit = True
5
tag = True
main.go
@@ -146,7 +146,7 @@ func main() {
146
app := cli.NewApp()
147
app.Name = "Proxy Docker unix socket to filter out insecure, harmful requests."
148
app.Usage = "doxy [options]"
149
- app.Version = "0.2.2"
+ app.Version = "0.2.3"
150
app.Flags = []cli.Flag{
151
dockerSocketFlag,
152
proxySocketFlag,
0 commit comments