Skip to content

Commit 176e60f

Browse files
authored
chore(version): Bump version for pre-release (#1524)
* Bump version for pre-release * Allow PR title to satisfy semantic PRs app
1 parent 90679c3 commit 176e60f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/semantic.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
titleAndCommits: true

Source/version.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
using System.Reflection;
2-
// Version 3.2.0, year 2018+3 month 07 day 13
3-
[assembly: AssemblyVersion("3.2.0.30713")]
4-
[assembly: AssemblyFileVersion("3.2.0.30713")]
2+
// Version 3.3.0, year 2018+3 month 10 day 20
3+
[assembly: AssemblyVersion("3.2.0.31020")]
4+
[assembly: AssemblyFileVersion("3.2.0.31020")]

0 commit comments

Comments
 (0)