diff --git a/MetaData.json b/MetaData.json index c5b0ad0..bcc31f4 100644 --- a/MetaData.json +++ b/MetaData.json @@ -1,6 +1,6 @@ { "Name": "PatientLevelPredictionModule", - "Version": "0.4.0", + "Version": "6.3.9", "Dependencies": ["CohortGeneratorModule"], "TablePrefix": "plp_" } diff --git a/SettingsFunctions.R b/SettingsFunctions.R index d4a6ded..bc5e2d1 100644 --- a/SettingsFunctions.R +++ b/SettingsFunctions.R @@ -18,7 +18,7 @@ createPatientLevelPredictionModuleSpecifications <- function(modelDesignList) { specifications <- list( module = "PatientLevelPredictionModule", - version = "0.4.0", + version = "6.3.9", remoteRepo = "github.com", remoteUsername = "ohdsi", settings = modelDesignList diff --git a/renv.lock b/renv.lock index 9453d9c..37c7ffe 100644 --- a/renv.lock +++ b/renv.lock @@ -162,14 +162,14 @@ }, "PatientLevelPrediction": { "Package": "PatientLevelPrediction", - "Version": "6.3.6", + "Version": "6.3.9", "Source": "GitHub", "RemoteType": "github", "RemoteHost": "api.github.com", "RemoteUsername": "OHDSI", "RemoteRepo": "PatientLevelPrediction", - "RemoteRef": "v6.3.6", - "RemoteSha": "7a55c31de7e9a49290c3c35e172962440c70b8a8" + "RemoteRef": "v6.3.9", + "RemoteSha": "1dfc46bb55265f6620049e1ebf9e5018b6a98cf3" }, "R6": { "Package": "R6",