diff --git a/Dockerfile b/Dockerfile index bdbf36a..1d7c3db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \ org.label-schema.vcs-ref=$VCS_REF \ org.label-schema.schema-version="1.0.0-rc1" -ENV HUGO_VERSION 0.29 +ENV HUGO_VERSION 0.30 ENV HUGO_BINARY hugo_${HUGO_VERSION}_linux-64bit # Install pygments (for syntax highlighting) diff --git a/VERSION b/VERSION index fde212b..6a93205 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.29.1 \ No newline at end of file +0.30.1 \ No newline at end of file