Release 0.8.0

This commit is contained in:
Rangi42
2024-06-28 14:53:17 -04:00
parent ed5529d639
commit 556c8a968a
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
FROM debian:11-slim
LABEL org.opencontainers.image.source=https://github.com/gbdev/rgbds
ARG version=0.7.0
ARG version=0.8.0
WORKDIR /rgbds
COPY . .