From 4bc45256ffca5de9b782c3a3c3e59cdf3d823f46 Mon Sep 17 00:00:00 2001 From: Paul Lietar Date: Thu, 21 Nov 2013 00:41:03 +0000 Subject: [PATCH] Add the date and time of installation if version is hardcoded. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d47cf82c2..a30252443 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ copyfiles: cp -r plugins/* /var/lib/dokku/plugins version: - git describe --tags > ${DOKKU_ROOT}/VERSION 2> /dev/null || echo '~${DOKKU_VERSION}' > ${DOKKU_ROOT}/VERSION + git describe --tags > ${DOKKU_ROOT}/VERSION 2> /dev/null || echo '~${DOKKU_VERSION} ($(shell date -uIminutes))' > ${DOKKU_ROOT}/VERSION plugins: pluginhook docker dokku plugins-install