Skip to content

Commit

Permalink
Increment version number - 1.3.X Rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
sirdoombox committed Apr 28, 2020
1 parent 03a4cc5 commit 1243467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tools/BannerLib.ReleasePackager/ReleasePackager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ internal class ReleasePackager
// Run this project.

private const string c_MODULE_NAME = "BannerLib";
private const string c_RELEASE_VER = "v0.0.9"; // v is required, major.minor.revision format.
private const string c_RELEASE_VER = "v0.1.0"; // v is required, major.minor.revision format.
private const bool c_IS_SINGLEPLAYER_ONLY = true; // if this is false, the module can also be used in multiplayer, leave it false for now.

private const string c_BIN_DIR = "bin/Release";
Expand Down

0 comments on commit 1243467

Please sign in to comment.