mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
chore: bump version to 0.12.0
Signed-off-by: benoitf <fbenoit@redhat.com>
This commit is contained in:
parent
0b66aeb5cf
commit
7dd99a1899
3 changed files with 4 additions and 2 deletions
|
|
@ -42,6 +42,7 @@
|
|||
</provides>
|
||||
<update_contact>fbenoit_at_redhat_com</update_contact>
|
||||
<releases>
|
||||
<release version="0.11.0" date="2023-01-25"/>
|
||||
<release version="0.10.0" date="2022-12-01"/>
|
||||
<release version="0.9.0" date="2022-10-24"/>
|
||||
<release version="0.8.0" date="2022-09-28"/>
|
||||
|
|
|
|||
3
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
3
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -35,8 +35,9 @@ body:
|
|||
label: Version
|
||||
description: What version of the software are you running?
|
||||
options:
|
||||
- "0.10.0"
|
||||
- "0.11.0"
|
||||
- "next (development version)"
|
||||
- "0.10.0"
|
||||
- "0.9.1"
|
||||
- "0.8.0"
|
||||
- "0.0.7"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"name": "podman-desktop",
|
||||
"productName": "Podman Desktop",
|
||||
"repository": "https://github.com/containers/podman-desktop",
|
||||
"version": "0.11.0-next",
|
||||
"version": "0.12.0-next",
|
||||
"license": "apache-2.0",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue