Skip to content

Commit 3eced05

Browse files
committed
v8
1 parent 5c26ca4 commit 3eced05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Bit-Genie
22

3-
[![Latest Github release](https://img.shields.io/badge/Latest--Release-v7-red)](https://github.com/Aryan1508/Bit-Genie/releases/latest)
3+
[![Latest Github release](https://img.shields.io/badge/Latest--Release-v8-red)](https://github.com/Aryan1508/Bit-Genie/releases/latest)
44

55
[Bit-Genie](https://github.com/Aryan1508/Bit-Genie "Bit-Genie") is an open-source [chess engine](https://en.wikipedia.org/wiki/Chess_engine "chess engine") written in C++ by [Aryan Parekh](https://github.com/Aryan1508 "Aryan Parekh"). It has support for the [UCI](https://en.wikipedia.org/wiki/Universal_Chess_Interface) protocol.
66

src/uci.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#include "polyglot.h"
2828
#include <cstring>
2929

30-
const char *version = "7.46";
30+
const char *version = "8";
3131

3232
namespace
3333
{

0 commit comments

Comments
 (0)