From 9eb49b8bf9038eb21e277a69997aba230db73292 Mon Sep 17 00:00:00 2001 From: keyan Date: Thu, 1 Jun 2023 11:21:42 -0500 Subject: [PATCH] git attr version on archive/deploy --- .gitattributes | 1 + version.txt | 1 + 2 files changed, 2 insertions(+) create mode 100644 .gitattributes create mode 100644 version.txt diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..d901840e --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +version.txt export-subst \ No newline at end of file diff --git a/version.txt b/version.txt new file mode 100644 index 00000000..313ee7cd --- /dev/null +++ b/version.txt @@ -0,0 +1 @@ +$Format:%H$ \ No newline at end of file