Skip to content

Commit 08f3e36

Browse files
committed
Release v0.7.0
1 parent 0524eeb commit 08f3e36

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM debian:11-slim
22
LABEL org.opencontainers.image.source=https://github.com/gbdev/rgbds
3-
ARG version=0.6.1
3+
ARG version=0.7.0
44
WORKDIR /rgbds
55

66
COPY . .

include/version.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
extern "C" {
77

88
#define PACKAGE_VERSION_MAJOR 0
9-
#define PACKAGE_VERSION_MINOR 6
10-
#define PACKAGE_VERSION_PATCH 1
9+
#define PACKAGE_VERSION_MINOR 7
10+
#define PACKAGE_VERSION_PATCH 0
1111

1212
char const *get_package_version_string(void);
1313

0 commit comments

Comments
 (0)