Skip to content

Commit 9c7e807

Browse files
Bump version: 0.1.0 → 0.1.1
1 parent 16af8a8 commit 9c7e807

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.0
2+
current_version = 0.1.1
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
@@ -50,7 +50,7 @@ func main() {
5050
app := cli.NewApp()
5151
app.Name = "Proxy Docker unix socket to filter out insecure, harmful requests."
5252
app.Usage = "doxy [options]"
53-
app.Version = "0.1.0"
53+
app.Version = "0.1.1"
5454
app.Flags = []cli.Flag{
5555
cli.StringFlag{
5656
Name: "docker-socket",

0 commit comments

Comments
 (0)