Skip to content

Commit 95be9b4

Browse files
committed
Bumped version to 10.2.0.
1 parent 6d4eea1 commit 95be9b4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/Directory.Build.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>10.1.0</Version>
4-
<AssemblyVersion>10.1.0</AssemblyVersion>
5-
<InformationalVersion>10.1.0</InformationalVersion>
6-
<FileVersion>10.1.0</FileVersion>
3+
<Version>10.2.0</Version>
4+
<AssemblyVersion>10.2.0</AssemblyVersion>
5+
<InformationalVersion>10.2.0</InformationalVersion>
6+
<FileVersion>10.2.0</FileVersion>
77
<LangVersion Condition="'$(LangVersion)' == ''">10.0</LangVersion>
88
<NeutralLanguage>en-US</NeutralLanguage>
99
<Company>Umbraco</Company>

src/Umbraco.Deploy.Contrib/Properties/VersionInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// </auto-generated>
99
//------------------------------------------------------------------------------
1010

11-
[assembly: System.Reflection.AssemblyInformationalVersion("10.1.0")]
12-
[assembly: System.Reflection.AssemblyVersion("10.1.0")]
11+
[assembly: System.Reflection.AssemblyInformationalVersion("10.2.0")]
12+
[assembly: System.Reflection.AssemblyVersion("10.2.0")]
1313

1414

0 commit comments

Comments
 (0)