diff --git a/Dockerfile b/Dockerfile index c48524a..70065d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM python:3.11-slim-bullseye LABEL maintainer="jamesaglynn10@gmail.com" -LABEL version="0.35" +LABEL version="0.36" LABEL description="This is the docker image for Class Forge" ENV IN_DOCKER=true diff --git a/templates/version.txt b/templates/version.txt index b76af45..dc1eb07 100644 --- a/templates/version.txt +++ b/templates/version.txt @@ -1 +1 @@ -0.35 \ No newline at end of file +0.36 \ No newline at end of file