diff options
author | TSRBerry <20988865+TSRBerry@users.noreply.github.com> | 2023-03-11 19:04:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-11 19:04:13 +0100 |
commit | dad9ab6bb67fd488aae26843ecda1ed59caf845b (patch) | |
tree | 3f02cd3c532d3b40c08d4d572c01cb71d0f02c71 /global.json | |
parent | f0562b9c75308c8cfcaa2458dfd37ac42751a374 (diff) |
[Flatpak] Add release github workflow (#4529)
* Add flatpak release workflow
Co-authored-by: Mary <mary@mary.zone>
* infra: Update required SDK version to 7.0.200
---------
Co-authored-by: Mary <mary@mary.zone>
Diffstat (limited to 'global.json')
-rw-r--r-- | global.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global.json b/global.json index 1c7274b7..39ccef0d 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "7.0.100", + "version": "7.0.200", "rollForward": "latestFeature" } }
\ No newline at end of file |