Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
aritchie committed Nov 18, 2021
1 parent fd46c69 commit 96a57f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ body:
- label: iOS 12
- label: iOS 13
- label: iOS 14
- label: iOS 15
- label: Android 8
- label: Android 9
- label: Android 10
Expand Down
2 changes: 1 addition & 1 deletion build/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace ShinyBuild
{
public static class Constants
{
public const string MajorMinorVersion = "2.3.0";
public const string MajorMinorVersion = "2.4.0";
public const string DefaultBuildConfiguration = "Release";
}
}
2 changes: 1 addition & 1 deletion docs/Input/release-notes/nextrelease.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Title: v2.5.0
Title: Next Release
Order: 1000000
---

0 comments on commit 96a57f5

Please sign in to comment.