Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rangi42 committed Jun 28, 2024
1 parent ed5529d commit 556c8a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:11-slim
LABEL org.opencontainers.image.source=https://github.com/gbdev/rgbds
ARG version=0.7.0
ARG version=0.8.0
WORKDIR /rgbds

COPY . .
Expand Down
2 changes: 1 addition & 1 deletion include/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
extern "C" {

#define PACKAGE_VERSION_MAJOR 0
#define PACKAGE_VERSION_MINOR 7
#define PACKAGE_VERSION_MINOR 8
#define PACKAGE_VERSION_PATCH 0

char const *get_package_version_string();
Expand Down

0 comments on commit 556c8a9

Please sign in to comment.