Skip to content

Commit 23df5a0

Browse files
committed
v3.2.0
Signed-off-by: Juan Cruz Viotti <[email protected]>
1 parent 1bee7be commit 23df5a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.16)
2-
project(registry VERSION 3.1.0 LANGUAGES C CXX)
2+
project(registry VERSION 3.2.0 LANGUAGES C CXX)
33
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
44

55
# Options

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ then running the indexing process with the `sourcemeta` command. Simple as
9595
that!
9696

9797
```docker title="Dockerfile"
98-
FROM ghcr.io/sourcemeta/registry:3.1
98+
FROM ghcr.io/sourcemeta/registry:3.2
9999
COPY registry.json .
100100
COPY schemas schemas
101101
RUN sourcemeta registry.json

0 commit comments

Comments
 (0)