Bump version to 0.8.3

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

View File

@ -31,7 +31,7 @@
{
"type": "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',
version: '0.8.2',
version: '0.8.3',
meson_version: '>= 1.0.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)