We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd72375 + 24afb0a commit e57671fCopy full SHA for e57671f
Makefile
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-VERSION ?= v0.4.0
+VERSION ?= v0.4.1
16
GIT_COMMIT_HASH ?= $(shell git rev-parse HEAD)
17
GIT_TREESTATE=$(shell if [ -n "$(git status --porcelain)" ]; then echo "dirty"; else echo "clean"; fi)
18
BUILD_DATE = $(shell date -u +'%Y-%m-%dT%H:%M:%SZ')
0 commit comments