diff --git a/Makefile b/Makefile index 067208b9a..907710aad 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -VERSION ?= v0.4.0 +VERSION ?= v0.4.1 GIT_COMMIT_HASH ?= $(shell git rev-parse HEAD) GIT_TREESTATE=$(shell if [ -n "$(git status --porcelain)" ]; then echo "dirty"; else echo "clean"; fi) BUILD_DATE = $(shell date -u +'%Y-%m-%dT%H:%M:%SZ')