Skip to content

Commit

Permalink
Release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ISSOtm committed Dec 31, 2023
1 parent 0524eeb commit 08f3e36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 . .
Expand Down
4 changes: 2 additions & 2 deletions include/version.hpp
Expand Up @@ -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);

Expand Down

0 comments on commit 08f3e36

Please sign in to comment.