Skip to content

Commit c554af1

Browse files
committed
bump to alpha2
1 parent a0ddecd commit c554af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.rhai

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Dioxus version. This only needs changed to update all templates.
22
// You can change this in development to be `path = "abc/"` or `git = "xyz"` for local development.
33
const DIOXUS_DEP_SRC_VAR = "dioxus_dep_src";
4-
variable::set(DIOXUS_DEP_SRC_VAR, "version = \"0.7.0-alpha.0\"");
4+
variable::set(DIOXUS_DEP_SRC_VAR, "version = \"0.7.0-alpha.2\"");
55

66
// These are variables that are used in liquid
77
const NEEDS_DEFAULT_PLATFORM_VAR = "needs_default_platform";

0 commit comments

Comments
 (0)