summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--version.tex2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f839615..b826ca7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION = 0.0.0-alpha.1
+VERSION = 0.0.0-alpha.2
LATEX = pdflatex
OUTPUT = docker-doc
SRC != find * -name '*.tex'
diff --git a/version.tex b/version.tex
index 3c164f4..5ccad8e 100644
--- a/version.tex
+++ b/version.tex
@@ -1,2 +1,2 @@
-\providecommand{\versionnumber}{0.0.0-alpha.1}
+\providecommand{\versionnumber}{0.0.0-alpha.2}
\providecommand{\versiondate}{December 2, 2023}