Update release version

Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
2024-03-27 19:38:29 -07:00
parent ecdf74a483
commit 5860939f65
4 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ import { reactive, computed } from 'vue';
const state = reactive({
disclaimerAgreement: false,
enabledRegions: ['thorax','abdomen','limbs'],
version: '0.4.0'
version: '0.5.0-rc'
})
const agree = () => {