Release 0.9.0-rc2

This commit is contained in:
Rangi42
2024-10-21 22:52:18 -04:00
parent 90286ccbbc
commit 4c495c31d9
13 changed files with 15 additions and 32 deletions

View File

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