Skip to content

Commit 64d28be

Browse files
Bump version: 0.2.0 → 0.2.1
1 parent 1f9945a commit 64d28be

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

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ func main() {
138138
app := cli.NewApp()
139139
app.Name = "Proxy Docker unix socket to filter out insecure, harmful requests."
140140
app.Usage = "doxy [options]"
141-
app.Version = "0.2.0"
141+
app.Version = "0.2.1"
142142
app.Flags = []cli.Flag{
143143
dockerSocketFlag,
144144
proxySocketFlag,

0 commit comments

Comments
 (0)