Update version number stored in .gorm file

This commit is contained in:
Gregory John Casamento 2023-12-28 12:16:36 -05:00
parent 8c5beb7c58
commit 31055ae079

View file

@ -87,7 +87,7 @@ NSString *formatVersion(NSInteger version)
+ (int) currentVersion
{
return appVersion(1,3,1);
return appVersion(1,4,0);
}
- (void) awakeFromNib