Skip to content

Commit d0169e1

Browse files
Bump version: 0.1.2 → 0.2.0
1 parent d40f7db commit d0169e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.2
2+
current_version = 0.2.0
33
files = main.go
44
commit = True
55
tag = True

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ func main() {
115115
app := cli.NewApp()
116116
app.Name = "Proxy Docker unix socket to filter out insecure, harmful requests."
117117
app.Usage = "doxy [options]"
118-
app.Version = "0.1.2"
118+
app.Version = "0.2.0"
119119
app.Flags = []cli.Flag{
120120
dockerSocketFlag,
121121
proxySocketFlag,

0 commit comments

Comments
 (0)