From 1ec365af322e8f0920bfc4e9d3a81f9d25f5ce99 Mon Sep 17 00:00:00 2001 From: David McNett Date: Wed, 26 Aug 2020 11:13:43 -0500 Subject: [PATCH] Blind version bump for 1.16.2 --- README.md | 4 ++-- bot/mcbot.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b5a6cf1..970876b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Go-MC -![Version](https://img.shields.io/badge/Minecraft-1.16.1-blue.svg) -![Protocol](https://img.shields.io/badge/Protocol-736-blue.svg) +![Version](https://img.shields.io/badge/Minecraft-1.16.2-blue.svg) +![Protocol](https://img.shields.io/badge/Protocol-751-blue.svg) [![GoDoc](https://godoc.org/github.com/Tnze/go-mc?status.svg)](https://godoc.org/github.com/Tnze/go-mc) [![Go Report Card](https://goreportcard.com/badge/github.com/Tnze/go-mc)](https://goreportcard.com/report/github.com/Tnze/go-mc) [![Build Status](https://travis-ci.org/Tnze/go-mc.svg?branch=master)](https://travis-ci.org/Tnze/go-mc) diff --git a/bot/mcbot.go b/bot/mcbot.go index 4d76c16..c5aebea 100644 --- a/bot/mcbot.go +++ b/bot/mcbot.go @@ -14,7 +14,7 @@ import ( ) // ProtocolVersion , the protocol version number of minecraft net protocol -const ProtocolVersion = 736 +const ProtocolVersion = 751 // JoinServer connect a Minecraft server for playing the game. func (c *Client) JoinServer(addr string, port int) (err error) {