diff --git a/Makefile b/Makefile index ac63e885c..781364fb9 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # The following are targers that do not exist in the filesystem as real files and should be always executed by make .PHONY: default build deps-development docker-build shell run image unit-test test generate go-generate get-deps update-deps testing -VERSION := 0.1.5 +VERSION := 0.1.6 # Name of this service/application SERVICE_NAME := redis-operator