We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f24d0f commit 0411d7dCopy full SHA for 0411d7d
build/Build.cs
@@ -77,7 +77,7 @@ Version Version
77
patch = AppVeyor.Instance.BuildNumber;
78
}
79
80
- return new Version(1, 9, 0, patch);
+ return new Version(1, 9, 1, patch);
81
82
83
0 commit comments