Skip to content

Commit

Permalink
chore: bump code name
Browse files Browse the repository at this point in the history
  • Loading branch information
doitian committed Oct 19, 2019
1 parent e8fea25 commit 52aa02f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fn get_version() -> Version {
#[cfg(docker)]
let commit_describe = commit_describe.map(|s| s.replace("-dirty", ""));
let commit_date = option_env!("COMMIT_DATE").map(ToString::to_string);
let code_name = Some("rylai-v10".to_string());
let code_name = Some("rylai-v11".to_string());
Version {
major,
minor,
Expand Down

0 comments on commit 52aa02f

Please sign in to comment.