Skip to content

Commit

Permalink
Fix server manager version string
Browse files Browse the repository at this point in the history
  • Loading branch information
vfusco committed Jul 14, 2022
1 parent 6b8acae commit e6085ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server-manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

static constexpr uint32_t manager_version_major = 0;
static constexpr uint32_t manager_version_minor = 3;
static constexpr uint32_t manager_version_patch = 0;
static constexpr uint32_t manager_version_patch = 1;
static constexpr const char *manager_version_pre_release = "";
static constexpr const char *manager_version_build = "";

Expand Down

0 comments on commit e6085ad

Please sign in to comment.