Skip to content

Commit 61b8f16

Browse files
committed
Version bump to 0.6.4
Aside from the version number, nothing has changed between 0.6.3.1 and 0.6.4 - we're doing this as Vortex's semver module does not support 4 version components (given that we aim to automatically update the merger this would make our lives easier)
1 parent a463321 commit 61b8f16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WitcherScriptMerger/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("")]
1212
[assembly: AssemblyProduct("WitcherScriptMerger")]
13-
[assembly: AssemblyCopyright("Copyright © 2015")]
13+
[assembly: AssemblyCopyright("Copyright © 2020")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("0.6.3.1")]
36-
[assembly: AssemblyFileVersion("0.6.3.1")]
35+
[assembly: AssemblyVersion("0.6.4")]
36+
[assembly: AssemblyFileVersion("0.6.4")]

0 commit comments

Comments
 (0)