Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 715f9ef

Browse files
committed
Fix #153 "ClanCapital" village missing in enum
1 parent df5ef71 commit 715f9ef

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

build/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Patch: Backwards compatible bug fixes only
77
# -Suffix (optional): a hyphen followed by a string denoting a pre-release version (rc1, rc2, etc.)
88

9-
8.8.0
9+
8.8.1-rc1

src/ClashOfClans.Models/Enums/Village.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
public enum Village
44
{
55
Home,
6-
BuilderBase
6+
BuilderBase,
7+
ClanCapital
78
}
89
}

0 commit comments

Comments
 (0)