diff --git a/README.md b/README.md index bd3b0f2..b46b5e2 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ _netdata is **fast** and **efficient**, designed to permanently run on all syste (**physical** & **virtual** servers, **containers**, **IoT** devices), without disrupting their core function._ -**Shipped version:** 1.4.0 +**Shipped version:** 1.5.0 ## Features diff --git a/scripts/_common.sh b/scripts/_common.sh index 120b455..771d713 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # # Application version -VERSION="1.4.0" +VERSION="1.5.0" # Remote URL to fetch application source archive APPLICATION_SOURCE_URL="https://github.com/firehol/netdata/releases/download/v${VERSION}/netdata-${VERSION}.tar.gz"