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 231cd8c commit c0fc204Copy full SHA for c0fc204
config/app.config
@@ -2,8 +2,8 @@
2
// adjustable application runtime properties
3
//---------------------------------------------
4
BuildMajor = 2019
5
-BuildMinor = 2
6
-BuildRev = 1
+BuildMinor = 3
+BuildRev = 0
7
BuildNumber = 0
8
BuildType = "Final"
9
docs/new-release-procedure.md
@@ -1,6 +1,7 @@
1
# New release procedure
+1. In the `rc-yyyy.x` branch, Edit `firefly/config/app.config` with the correct version.
1. In the `rc-yyyy.x` branch, Edit the release notes and do the following:
- Modify the note for the unreleased version to remove the `(unreleased, current development)` from the title
0 commit comments