Skip to content

Commit

Permalink
Fix #153 "ClanCapital" village missing in enum
Browse files Browse the repository at this point in the history
  • Loading branch information
tparviainen committed Aug 26, 2023
1 parent df5ef71 commit 715f9ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/version.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Patch: Backwards compatible bug fixes only
# -Suffix (optional): a hyphen followed by a string denoting a pre-release version (rc1, rc2, etc.)

8.8.0
8.8.1-rc1
3 changes: 2 additions & 1 deletion src/ClashOfClans.Models/Enums/Village.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
public enum Village
{
Home,
BuilderBase
BuilderBase,
ClanCapital
}
}

0 comments on commit 715f9ef

Please sign in to comment.