Skip to content

Commit 044124a

Browse files
committed
Version bump to 0.2.4
1 parent 10552cc commit 044124a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
description = "An AI for the game of Go"
44
name = "iomrascalai"
5-
version = "0.2.3"
5+
version = "0.2.4"
66
authors = ["Urban Hafner <contact@urbanhafner.com>",
77
"Thomas Poinsot <thomas.poinsot1@gmail.com>",
88
"Igor Polyakov <iopguy+iomrasclai@gmail.com>"]

src/version.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
************************************************************************/
2121

2222
pub fn version() -> &'static str {
23-
"0.2.3"
23+
"0.2.4"
2424
}

0 commit comments

Comments
 (0)