We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bee7be commit 23df5a0Copy full SHA for 23df5a0
CMakeLists.txt
@@ -1,5 +1,5 @@
1
cmake_minimum_required(VERSION 3.16)
2
-project(registry VERSION 3.1.0 LANGUAGES C CXX)
+project(registry VERSION 3.2.0 LANGUAGES C CXX)
3
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
4
5
# Options
docs/getting-started.md
@@ -95,7 +95,7 @@ then running the indexing process with the `sourcemeta` command. Simple as
95
that!
96
97
```docker title="Dockerfile"
98
-FROM ghcr.io/sourcemeta/registry:3.1
+FROM ghcr.io/sourcemeta/registry:3.2
99
COPY registry.json .
100
COPY schemas schemas
101
RUN sourcemeta registry.json
0 commit comments