Skip to content

Commit

Permalink
Release 76
Browse files Browse the repository at this point in the history
  • Loading branch information
Plenyx committed Aug 24, 2022
1 parent 705c7d3 commit 2844bd6
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 @@ -8,7 +8,7 @@ namespace PlenBotLogUploader.AppSettings
public class ApplicationSettings
{
#region application version
public static int Version { get; } = 75;
public static int Version { get; } = 76;
#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 @@
75
76

0 comments on commit 2844bd6

Please sign in to comment.