Skip to content

Commit 4ebb1ff

Browse files
authored
Rename a source file (#35)
* Rename a source file * Rename utils.jl to version-utils.jl * Update Project.toml
1 parent d20dab5 commit 4ebb1ff

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OMOPCommonDataModel"
22
uuid = "ba65db9e-6590-4054-ab8a-101ed9124986"
33
authors = ["Dilum Aluthge", "Brown Center for Biomedical Informatics", "JuliaHealth", "contributors"]
4-
version = "0.1.2"
4+
version = "0.1.3"
55

66
[deps]
77
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"

src/OMOPCommonDataModel.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ include("version.jl")
1010

1111
include("Generate/Generate.jl")
1212
include("autogenerated.jl")
13-
include("utils.jl")
13+
include("version-utils.jl")
1414

1515
end # end module OMOPCommonDataModel
File renamed without changes.

0 commit comments

Comments
 (0)