Skip to content

Commit 03a4cc5

Browse files
committed
Increment version number.
1 parent a6431a6 commit 03a4cc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.tools/BannerLib.ReleasePackager/ReleasePackager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ internal class ReleasePackager
2323
// Run this project.
2424

2525
private const string c_MODULE_NAME = "BannerLib";
26-
private const string c_RELEASE_VER = "v0.0.8"; // v is required, major.minor.revision format.
26+
private const string c_RELEASE_VER = "v0.0.9"; // v is required, major.minor.revision format.
2727
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.
2828

2929
private const string c_BIN_DIR = "bin/Release";

0 commit comments

Comments
 (0)