Release 0.9.0

This commit is contained in:
Rangi42
2024-12-25 10:46:17 -05:00
parent 2c4fc4cbe8
commit d63955eccd
2 changed files with 1 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.9.0-rc2
ARG version=0.9.0
WORKDIR /rgbds
COPY . .