We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9571ca1 commit 6e187f6Copy full SHA for 6e187f6
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.4
+current_version = 0.2.5
3
files = main.go
4
commit = True
5
tag = True
main.go
@@ -153,7 +153,7 @@ func main() {
153
app := cli.NewApp()
154
app.Name = "Proxy Docker unix socket to filter out insecure, harmful requests."
155
app.Usage = "doxy [options]"
156
- app.Version = "0.2.4"
+ app.Version = "0.2.5"
157
app.Flags = []cli.Flag{
158
dockerSocketFlag,
159
proxySocketFlag,
0 commit comments