diff --git a/Dockerfile b/Dockerfile index 6e8d1cf94..6afff9e79 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ FROM base AS build WORKDIR /tmp -ARG OME_VERSION=master +ARG OME_VERSION=v0.16.0 ARG STRIP=TRUE ARG GPU=FALSE ARG NVIDIA_DRIVER=0 diff --git a/src/projects/main/main.h b/src/projects/main/main.h index 5cd509320..9562b517a 100644 --- a/src/projects/main/main.h +++ b/src/projects/main/main.h @@ -14,9 +14,9 @@ // Major changes #define OME_VERSION_MAJOR 0 // Minor changes -#define OME_VERSION_MINOR 15 +#define OME_VERSION_MINOR 16 // Micro changes -#define OME_VERSION_MICRO 16 +#define OME_VERSION_MICRO 0 #define OME_STR_INTERNAL(x) # x #define OME_STR(x) OME_STR_INTERNAL(x)