Skip to content

Commit

Permalink
Set version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ujh committed Apr 30, 2015
1 parent 14b310d commit 78009e5
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
Expand Up @@ -2,7 +2,7 @@

description = "An AI for the game of Go"
name = "iomrascalai"
version = "0.2.2-rc1"
version = "0.2.2"
authors = ["Urban Hafner <contact@urbanhafner.com>",
"Thomas Poinsot <thomas.poinsot1@gmail.com>",
"Igor Polyakov <iopguy+iomrasclai@gmail.com>"]
Expand Down
2 changes: 1 addition & 1 deletion src/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
************************************************************************/

pub fn version() -> &'static str {
"0.2.2-rc1"
"0.2.2"
}

0 comments on commit 78009e5

Please sign in to comment.