Skip to content

Commit a45d9d3

Browse files
authored
Rename COMMON_DATA_MODEL_VERSION to CDM_VERSION (#9)
1 parent 9534dd4 commit a45d9d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/OMOPCommonDataModel.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ module OMOPCommonDataModel
33
import Dates
44
import DocStringExtensions
55

6-
export COMMON_DATA_MODEL_VERSION
6+
export CDM_VERSION
77

88
abstract type OmopType end
99

1010
"""
1111
The version of the OMOP Common Data Model (CDM) being implemented.
1212
"""
13-
const COMMON_DATA_MODEL_VERSION = v"6.0.0"
13+
const CDM_VERSION = v"6.0.0"
1414

1515
# Standardized Vocabularies
1616
# export Concept

0 commit comments

Comments
 (0)