Skip to content

Commit 635b85c

Browse files
committed
version 2.0.3
1 parent 592d6b4 commit 635b85c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name = "XSim"
22
uuid = "3d41126b-a46a-5bdb-b7a1-7ea6cc35a8ef"
33
authors = ["Chunpeng James Chen <niche@ucdavis.edu>",
44
"Hao Cheng <qtlcheng@ucdavis.edu>"]
5-
version = "2.0.21"
5+
version = "2.0.3"
66

77
[deps]
88
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"

src/XSim.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ module XSim
6969
export breed, sample_select, sample_random,
7070
random_mate, self_mate, all_mate, embryo_transfer,
7171
save_map
72-
XSim.LOG("--- --- --- XSim v2.0.21 --- --- --- ")
72+
XSim.LOG("--- --- --- XSim v2.0.3 --- --- --- ")
7373
XSim.LOG("Last update: Oct 9, 2021")
7474
XSim.LOG("User manual: https://reworkhow.github.io/XSim.jl")
7575

0 commit comments

Comments
 (0)