Bump version to 0.8.3

This commit is contained in:
Pavel Baksy 2026-02-10 23:53:29 +01:00
parent fa1b51a1bd
commit f43b5a5dc5
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
{ {
"type": "git", "type": "git",
"url": "https://git.bugsy.cz/beval/roster.git", "url": "https://git.bugsy.cz/beval/roster.git",
"tag": "v0.8.2" "tag": "v0.8.3"
} }
] ]
} }

View File

@ -1,5 +1,5 @@
project('roster', project('roster',
version: '0.8.2', version: '0.8.3',
meson_version: '>= 1.0.0', meson_version: '>= 1.0.0',
default_options: [ 'warning_level=2', 'werror=false', ], default_options: [ 'warning_level=2', 'werror=false', ],
) )