Skip to content

Commit 6e187f6

Browse files
Bump version: 0.2.4 → 0.2.5
1 parent 9571ca1 commit 6e187f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.4
2+
current_version = 0.2.5
33
files = main.go
44
commit = True
55
tag = True

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ func main() {
153153
app := cli.NewApp()
154154
app.Name = "Proxy Docker unix socket to filter out insecure, harmful requests."
155155
app.Usage = "doxy [options]"
156-
app.Version = "0.2.4"
156+
app.Version = "0.2.5"
157157
app.Flags = []cli.Flag{
158158
dockerSocketFlag,
159159
proxySocketFlag,

0 commit comments

Comments
 (0)