We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc4acdc commit e31753fCopy full SHA for e31753f
.bumpversion.toml
@@ -1,5 +1,5 @@
1
[tool.bumpversion]
2
-current_version = "0.2.3"
+current_version = "0.2.4"
3
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
4
serialize = ["{major}.{minor}.{patch}"]
5
search = "{current_version}"
src-frontend/lib/version.ts
@@ -1 +1 @@
-export const APP_VERSION = "0.2.3";
+export const APP_VERSION = "0.2.4";
src-tauri/tauri.conf.json
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2.4.1",
"productName": "SyftBox",
- "version": "0.2.3",
+ "version": "0.2.4",
"identifier": "org.openmined.syftui",
6
"build": {
7
"frontendDist": "../src-frontend/out",
0 commit comments