Skip to content

Commit

Permalink
Bump version: 0.2.3 → 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianKniep committed Nov 25, 2017
1 parent 0c89744 commit 491374b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.3
current_version = 0.2.4
files = main.go
commit = True
tag = True
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ func main() {
app := cli.NewApp()
app.Name = "Proxy Docker unix socket to filter out insecure, harmful requests."
app.Usage = "doxy [options]"
app.Version = "0.2.3"
app.Version = "0.2.4"
app.Flags = []cli.Flag{
dockerSocketFlag,
proxySocketFlag,
Expand Down

0 comments on commit 491374b

Please sign in to comment.