Skip to content

Commit 4a7fcd0

Browse files
authored
Merge pull request #359 from LogExperts/version1_12_0
new version
2 parents fd9c943 + 570960d commit 4a7fcd0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build/Build.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Version Version
7878
patch = AppVeyor.Instance.BuildNumber;
7979
}
8080

81-
return new Version(1, 11, 2, patch);
81+
return new Version(1, 12, 0, patch);
8282
}
8383
}
8484

src/Solution Items/AssemblyVersion.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
[assembly: AssemblyProduct("LogExpert")]
66
[assembly: AssemblyCopyright("Original work Copyright (c) 2008-2011 Hagen Raab\r\nModified work Copyright (c) 2025 Zarunbal|Hirogen and many others")]
77

8-
[assembly: AssemblyVersion("1.11.2")]
9-
[assembly: AssemblyFileVersion("1.11.2")]
10-
[assembly: AssemblyInformationalVersion("1.11.2")]
8+
[assembly: AssemblyVersion("1.12.0")]
9+
[assembly: AssemblyFileVersion("1.12.0")]
10+
[assembly: AssemblyInformationalVersion("1.12.0")]
1111

1212
[assembly: ComVisible(false)]

0 commit comments

Comments
 (0)