Updated the version

This commit is contained in:
chalith
2024-04-30 08:50:46 +05:30
parent af918d96bb
commit ff0249f3cd
4 changed files with 5 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
namespace version
{
// Sashimono agent version. Written to new configs.
constexpr const char *AGENT_VERSION = "0.8.2";
constexpr const char *AGENT_VERSION = "0.8.3";
// Minimum compatible config version (this will be used to validate configs).
constexpr const char *MIN_CONFIG_VERSION = "0.5.0";