Skip to content

Commit

Permalink
Release 78
Browse files Browse the repository at this point in the history
  • Loading branch information
Plenyx committed Nov 10, 2022
1 parent f761452 commit d9b3c46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AppSettings/ApplicationSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace PlenBotLogUploader.AppSettings
internal sealed class ApplicationSettings
{
#region application version
internal static int Version { get; } = 77;
internal static int Version { get; } = 78;
#endregion

#region load & save functionality
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
77
78

0 comments on commit d9b3c46

Please sign in to comment.