Updated version tag

This commit is contained in:
Isaac Grynsztein
2020-03-27 20:02:06 -04:00
parent 26ca5d51a5
commit baad97182a

View File

@@ -14,7 +14,7 @@ export class AboutDialogComponent implements OnInit {
latestGithubRelease = null;
checking_for_updates = true;
current_version_tag = 'v3.5';
current_version_tag = 'v3.5.1';
constructor(private postsService: PostsService) { }