BigBrotherTeam / BigBrother

Allows the connection of Minecraft: Java Edtion clients to PocketMine-MP servers. Made for PocketMine-MP
GNU Lesser General Public License v3.0
96 stars 23 forks source link

[WIP] Rewrite version of phar plugin package #195

Open eternalharvest opened 3 years ago

eternalharvest commented 3 years ago

Introduction

We have currently no stable release, so plugin is released under as is basis. But the current version number representation has no meaning because it is always same '1.6.0-beta'. And it is not convenient for debubuging / bug report. So I wrote a PR for rewriting version number with git revision when building plugin in phar format.

Behavioural changes

Nothing.

Follow-up