Skip to content

Commit 3db7d52

Browse files
committed
Bumped mojo to version 2923
1 parent cc35861 commit 3db7d52

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CommonAssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
// You can specify all the values or you can default the Revision and Build Numbers
2525
// by using the '*' as shown below:
2626

27-
[assembly: AssemblyVersion("2.9.2.1")]
27+
[assembly: AssemblyVersion("2.9.2.3")]
2828

2929
//
3030
// In order to sign your assembly you must specify a key to use. Refer to the
@@ -61,4 +61,4 @@
6161

6262
[assembly: ComVisible(false)]
6363
[assembly: CLSCompliant(true)]
64-
[assembly: AssemblyFileVersion("2.9.2.1")]
64+
[assembly: AssemblyFileVersion("2.9.2.3")]

mojoPortal.Business/DatabaseHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public static class DatabaseHelper
2222
/// Maintained/updated in code to make Setup run the new version upgrade script
2323
/// </summary>
2424
/// <returns>Version</returns>
25-
public static Version AppCodeVersion() => new(2, 9, 2, 2);
25+
public static Version AppCodeVersion() => new(2, 9, 2, 3);
2626

2727
public static Version SchemaVersion()
2828
{

0 commit comments

Comments
 (0)