Skip to content

Commit

Permalink
Release 96
Browse files Browse the repository at this point in the history
Closes #46
  • Loading branch information
Plenyx committed Nov 24, 2024
1 parent 41381a1 commit c6eba18
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 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 => 95;
internal static int Version => 96;
#endregion

#region load & save functionality
Expand Down
48 changes: 24 additions & 24 deletions Forms/FormMain.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
95
96

0 comments on commit c6eba18

Please sign in to comment.