Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Klocman committed Aug 28, 2024
1 parent 2e380c7 commit b3d917f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions installer/BcuSetup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
#define MyAppPublisher "Marcin Szeniak"
#define MyAppURL "https://github.com/Klocman/Bulk-Crap-Uninstaller"
#define MyAppExeName "BCUninstaller.exe"
#define MyAppCopyright "Copyright 2023 Marcin Szeniak"
#define MyAppCopyright "Copyright 2024 Marcin Szeniak"

#define MyAppVersion "5.8.0.0"
#define MyAppVersionShort "5.8"
#define MyAppVersion "5.8.1.0"
#define MyAppVersionShort "5.8.1"

#define InputDir "..\bin\publish"

Expand Down
2 changes: 1 addition & 1 deletion source/GlobalAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("5.8.0.0")]
[assembly: AssemblyVersion("5.8.1.0")]

0 comments on commit b3d917f

Please sign in to comment.