Skip to content

Commit 603bc71

Browse files
authored
Document the OMOPCommonDataModel.CDM_VERSION constant. (#16)
* Document the `OMOPCommonDataModel.CDM_VERSION` constant. * Fix the doctests
1 parent 8150021 commit 603bc71

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/src/version.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,11 @@ corresponding version of the Common Data Model (CDM).
1010
| OMOPCommonDataModel.jl | CDM |
1111
| ---------------------- | ------ |
1212
| 0.1.0 | 6.0.0 |
13+
14+
In order to see the current CDM version, use the `OMOPCommonDataModel.CDM_VERSION` constant:
15+
```jldoctest
16+
julia> using OMOPCommonDataModel
17+
18+
julia> OMOPCommonDataModel.CDM_VERSION
19+
v"6.0.0"
20+
```

0 commit comments

Comments
 (0)