diff --git a/.version b/.version
index c0451e6..432a745 100644
--- a/.version
+++ b/.version
@@ -1 +1 @@
-0.10.16.23
\ No newline at end of file
+0.17.16.23
\ No newline at end of file
diff --git a/NetinaShop.Api/NetinaShop.Api.csproj b/NetinaShop.Api/NetinaShop.Api.csproj
index 9a94a5d..afe3eaa 100644
--- a/NetinaShop.Api/NetinaShop.Api.csproj
+++ b/NetinaShop.Api/NetinaShop.Api.csproj
@@ -6,8 +6,8 @@
enable
true
Linux
- 0.10.16.23
- 0.10.16.23
+ 0.17.16.23
+ 0.17.16.23
diff --git a/NetinaShop.Core/EntityServices/UserService.cs b/NetinaShop.Core/EntityServices/UserService.cs
index dc55894..51de3a8 100644
--- a/NetinaShop.Core/EntityServices/UserService.cs
+++ b/NetinaShop.Core/EntityServices/UserService.cs
@@ -268,7 +268,7 @@ public class UserService : IUserService
currentVersion.IsNewVersion = true;
user.LatestVersionUsed = currentVersion.VersionNumber;
- //await _userManager.UpdateAsync(user);
+ await _userManager.UpdateAsync(user);
return currentVersion;
}