diff --git a/R/report_header.R b/R/report_header.R
index 70a2d32..5dec8bc 100644
--- a/R/report_header.R
+++ b/R/report_header.R
@@ -4,6 +4,9 @@
#'
#' Generate a header for \link[MotifPeeker]{MotifPeeker} reports generated using
#' the \emph{MotifPeeker.Rmd} template.
+#'
+#' @importFrom utils packageVersion
+#'
#' @returns Header string to be rendering within Rmarkdown file.
#'
#' @examples
@@ -28,6 +31,13 @@ report_header <- function() {
),
" height='100'",">",
"",
+ "
",
+ "version ",
+ utils::packageVersion("MotifPeeker"),
+ "",
""
)
}