Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit ad37aca

Browse files
committed
Bump version to 0.30.0 - beta 1
1 parent 146a781 commit ad37aca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/SolutionInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[assembly: AssemblyInformationalVersion(System.AssemblyVersionInformation.Version)]
1212
[assembly: ComVisible(false)]
1313
[assembly: AssemblyCompany("GitHub, Inc.")]
14-
[assembly: AssemblyCopyright("Copyright GitHub, Inc. 2017")]
14+
[assembly: AssemblyCopyright("Copyright GitHub, Inc. 2017-2018")]
1515
[assembly: AssemblyConfiguration("")]
1616
[assembly: AssemblyTrademark("")]
1717
[assembly: AssemblyCulture("")]
@@ -31,6 +31,6 @@
3131
namespace System
3232
{
3333
internal static class AssemblyVersionInformation {
34-
internal const string Version = "0.27.0";
34+
internal const string Version = "0.30.0";
3535
}
3636
}

0 commit comments

Comments
 (0)