diff --git a/Dockerfile b/Dockerfile index 9c51b39..0ee229a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -61,7 +61,7 @@ VOLUME $GDAM2NC_CONFIG EXPOSE 44444 -ENV GDAM_VERSION 1.2.2 +ENV GDAM_VERSION 1.2.3 ENV PROJECT_ROOT /code RUN mkdir -p "$PROJECT_ROOT" diff --git a/VERSION b/VERSION index 23aa839..0495c4a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.2 +1.2.3 diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 83e5386..e6278b6 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -1,6 +1,6 @@ package: name: gdam - version: "1.2.2" + version: "1.2.3" source: path: ../