Skip to content

Commit 8bbaea6

Browse files
Bump version: 0.1.2 → 0.1.3
1 parent c727afd commit 8bbaea6

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.1.3
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
@@ -70,7 +70,7 @@ func main() {
7070
app := cli.NewApp()
7171
app.Name = "Proxy Docker unix socket to filter out insecure, harmful requests."
7272
app.Usage = "doxy [options]"
73-
app.Version = "0.1.2"
73+
app.Version = "0.1.3"
7474
app.Flags = []cli.Flag{
7575
dockerSocketFlag,
7676
proxySocketFlag,

0 commit comments

Comments
 (0)