Skip to content

Commit f8e3fdf

Browse files
committed
re-build for 0.9.2146.8608
1 parent b3c73f3 commit f8e3fdf

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

new/AutoItInterpreter/AssemblyInfo.cs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11

22
//////////////////////////////////////////////////////////////////////////
3-
// Auto-generated 2024-03-04 00:45:51.037 //
3+
// Auto-generated 2024-03-04 00:50:26.598 //
44
// ANY CHANGES TO THIS DOCUMENT WILL BE LOST UPON RE-GENERATION //
55
//////////////////////////////////////////////////////////////////////////
66

77
using System.Reflection;
88
using System;
99

10-
[assembly: AssemblyVersion("0.8.2143.8608")]
11-
[assembly: AssemblyFileVersion("0.8.2143.8608")]
12-
[assembly: AssemblyInformationalVersion("v.0.8.2143.8608, commit: f6844495676730fe50f2f614c8eb9d69eafdac30")]
10+
[assembly: AssemblyVersion("0.9.2146.8608")]
11+
[assembly: AssemblyFileVersion("0.9.2146.8608")]
12+
[assembly: AssemblyInformationalVersion("v.0.9.2146.8608, commit: b3c73f325ebbf685e2ad0f7d776da77d2ac437f6")]
1313
[assembly: AssemblyCompany("Unknown6656")]
1414
[assembly: AssemblyCopyright("Copyright © 2018 - 2024, Unknown6656")]
1515
[assembly: AssemblyProduct("AutoIt-Interpreter by Unknown6656")]
@@ -35,11 +35,11 @@ public static class __module__
3535
/// <summary>
3636
/// The interpreter's current version.
3737
/// </summary>
38-
public static Version? InterpreterVersion { get; } = Version.Parse("0.8.2143.8608");
38+
public static Version? InterpreterVersion { get; } = Version.Parse("0.9.2146.8608");
3939
/// <summary>
4040
/// The Git hash associated with the current build.
4141
/// </summary>
42-
public const string GitHash = "f6844495676730fe50f2f614c8eb9d69eafdac30";
42+
public const string GitHash = "b3c73f325ebbf685e2ad0f7d776da77d2ac437f6";
4343
/// <summary>
4444
/// The name of the GitHub repository associated with <see cref="RepositoryURL"/>.
4545
/// </summary>
@@ -49,7 +49,7 @@ public static class __module__
4949
/// </summary>
5050
public const string RepositoryURL = "https://github.com/Unknown6656/AutoIt-Interpreter";
5151
/// <summary>
52-
/// The date and time of the current build (2024-03-04 00:45:51.037).
52+
/// The date and time of the current build (2024-03-04 00:50:26.598).
5353
/// </summary>
54-
public static DateTime DateBuilt { get; } = DateTime.FromFileTimeUtc(0x01da6dc4ec8a8b03L);
54+
public static DateTime DateBuilt { get; } = DateTime.FromFileTimeUtc(0x01da6dc590c9d28aL);
5555
}

new/AutoItInterpreter/version.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
0.8.2143.8608
2-
f6844495676730fe50f2f614c8eb9d69eafdac30
1+
0.9.2146.8608
2+
b3c73f325ebbf685e2ad0f7d776da77d2ac437f6

0 commit comments

Comments
 (0)