Skip to content

Commit

Permalink
Update VersionInfo.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps authored Feb 26, 2025
1 parent 7c65427 commit 9840972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VersionInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
final class VersionInfo{
public const NAME = "PocketMine-MP";
public const BASE_VERSION = "5.25.1";
public const IS_DEVELOPMENT_BUILD = true;
public const IS_DEVELOPMENT_BUILD = false;
public const BUILD_CHANNEL = "stable";

/**
Expand Down

0 comments on commit 9840972

Please sign in to comment.