We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed5529d commit 556c8a9Copy full SHA for 556c8a9
Dockerfile
@@ -1,6 +1,6 @@
1
FROM debian:11-slim
2
LABEL org.opencontainers.image.source=https://github.com/gbdev/rgbds
3
-ARG version=0.7.0
+ARG version=0.8.0
4
WORKDIR /rgbds
5
6
COPY . .
include/version.hpp
@@ -6,7 +6,7 @@
extern "C" {
7
8
#define PACKAGE_VERSION_MAJOR 0
9
-#define PACKAGE_VERSION_MINOR 7
+#define PACKAGE_VERSION_MINOR 8
10
#define PACKAGE_VERSION_PATCH 0
11
12
char const *get_package_version_string();
0 commit comments