Skip to content

Commit

Permalink
Bump version to 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianvdW committed Mar 12, 2020
1 parent e6e6157 commit ccd4c59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "FabChess"
version = "1.13.0"
version = "1.14.0"
authors = ["fabianvdW"]
edition = "2018"
default-run="fabchess"
Expand Down
2 changes: 1 addition & 1 deletion src/uci/uci_engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pub struct UCIEngine<'a> {
impl<'a> UCIEngine<'a> {
pub fn standard() -> UCIEngine<'a> {
UCIEngine {
name: &"FabChessDev v1.13.5",
name: &"FabChessDev v1.14.0",
author: &"Fabian von der Warth, Contributor: Erik Imgrund",
internal_state: GameState::standard(),
}
Expand Down

0 comments on commit ccd4c59

Please sign in to comment.