Release v1.0.0-rc1

This commit is contained in:
Rangi42
2025-09-01 18:09:42 -04:00
parent 534a4efee4
commit 8df88f92ba
12 changed files with 15 additions and 14 deletions

View File

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