Skip to content

Commit f94e923

Browse files
committed
increased version number
1 parent e4205a0 commit f94e923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnet-core/src/AbpCompanyName.AbpProjectName.Core/AppVersionHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class AppVersionHelper
1313
/// Gets current version of the application.
1414
/// It's also shown in the web page.
1515
/// </summary>
16-
public const string Version = "3.0.0.0";
16+
public const string Version = "3.5.0.0";
1717

1818
/// <summary>
1919
/// Gets release (last build) date of the application.

0 commit comments

Comments
 (0)