Skip to content

Commit 4dd0864

Browse files
committed
update build number
1 parent c35fbc8 commit 4dd0864

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

‎UniGetUI.iss‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; Script generated by the Inno Setup Script Wizard.
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

4-
#define MyAppVersion "3.2.1-beta1"
4+
#define MyAppVersion "3.2.1-beta2"
55
#define MyAppName "UniGetUI"
66
#define MyAppPublisher "Martí Climent"
77
#define MyAppURL "https://github.com/marticliment/UniGetUI"

‎scripts/BuildNumber‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
91
1+
92

‎src/SharedAssemblyInfo.cs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
[assembly: AssemblyCopyright("2025, Martí Climent")]
99
[assembly: AssemblyVersion("3.2.1.0")]
1010
[assembly: AssemblyFileVersion("3.2.1.0")]
11-
[assembly: AssemblyInformationalVersion("3.2.1-beta1")]
11+
[assembly: AssemblyInformationalVersion("3.2.1-beta2")]
1212
[assembly: SupportedOSPlatform("windows10.0.19041")]

‎src/UniGetUI.Core.Data/CoreData.cs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ public static class CoreData
77
{
88
private static int? __code_page;
99
public static int CODE_PAGE { get => __code_page ??= GetCodePage(); }
10-
public const string VersionName = "3.2.1-beta1"; // Do not modify this line, use file scripts/apply_versions.py
11-
public const int BuildNumber = 91; // Do not modify this line, use file scripts/apply_versions.py
10+
public const string VersionName = "3.2.1-beta2"; // Do not modify this line, use file scripts/apply_versions.py
11+
public const int BuildNumber = 92; // Do not modify this line, use file scripts/apply_versions.py
1212

1313
public const string UserAgentString = $"UniGetUI/{VersionName} (https://marticliment.com/unigetui/; contact@marticliment.com)";
1414

0 commit comments

Comments
 (0)