Skip to content

Commit

Permalink
Bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
lspgn committed May 9, 2018
1 parent ba22fe7 commit b8cc786
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:stretch

ARG DOWNLOAD_URL=https://github.com/cloudflare/goflow/releases/download/v2.0.2/goflow-v2.0.2-linux-x86_64
ARG DOWNLOAD_URL=https://github.com/cloudflare/goflow/releases/download/v2.0.3/goflow-v2.0.3-linux-x86_64

RUN apt-get update && \
apt-get -y install curl && \
Expand Down
2 changes: 1 addition & 1 deletion goflow.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
"bytes"
)

const AppVersion = "GoFlow v2.0.2"
const AppVersion = "GoFlow v2.0.3"

var (
FEnable = flag.Bool("netflow", true, "Enable NetFlow")
Expand Down

0 comments on commit b8cc786

Please sign in to comment.