Skip to content

Commit 300a00e

Browse files
Bump version: 0.2.2 → 0.2.3
1 parent d8ef04a commit 300a00e

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.2
2+
current_version = 0.2.3
33
files = main.go
44
commit = True
55
tag = True

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ func main() {
146146
app := cli.NewApp()
147147
app.Name = "Proxy Docker unix socket to filter out insecure, harmful requests."
148148
app.Usage = "doxy [options]"
149-
app.Version = "0.2.2"
149+
app.Version = "0.2.3"
150150
app.Flags = []cli.Flag{
151151
dockerSocketFlag,
152152
proxySocketFlag,

0 commit comments

Comments
 (0)