diff --git a/README.md b/README.md
index 3b23670..cc880d5 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
A multipurpose tool for managing Steam accounts
State | Beta |
- Latest Release | 0.6.1 |
+ Latest Release | 0.6.2 |
License | ??? |
diff --git a/owl/Globals.cs b/owl/Globals.cs
index b5c0bf6..a488887 100644
--- a/owl/Globals.cs
+++ b/owl/Globals.cs
@@ -26,7 +26,7 @@ public static class Info
{
public static readonly int vMajor = 0,
vMinor = 6,
- vPatch = 2,
+ vPatch = 3,
vProfileFormat = 1;
public static readonly string verStr = $"{vMajor.ToString()}.{vMinor.ToString()}.{vPatch.ToString()}",