diff --git a/Dockerfile b/Dockerfile index abc01e4f9..0193340f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM debian:11-slim LABEL org.opencontainers.image.source=https://github.com/gbdev/rgbds -ARG version=0.6.1 +ARG version=0.7.0 WORKDIR /rgbds COPY . . diff --git a/include/version.hpp b/include/version.hpp index cd28d0c35..b31ae8a1d 100644 --- a/include/version.hpp +++ b/include/version.hpp @@ -6,8 +6,8 @@ extern "C" { #define PACKAGE_VERSION_MAJOR 0 -#define PACKAGE_VERSION_MINOR 6 -#define PACKAGE_VERSION_PATCH 1 +#define PACKAGE_VERSION_MINOR 7 +#define PACKAGE_VERSION_PATCH 0 char const *get_package_version_string(void);