Skip to content

Commit 0fb3dfc

Browse files
authored
chore: fix version number to make sure it is updated (#9247)
1 parent b8c22a4 commit 0fb3dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/component-base/src/define.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function dashToCamelCase(dash) {
1313

1414
const experimentalMap = {};
1515

16-
export function defineCustomElement(CustomElement, version = '24.8.0-alpha18') {
16+
export function defineCustomElement(CustomElement, version = '25.0.0-alpha1') {
1717
Object.defineProperty(CustomElement, 'version', {
1818
get() {
1919
return version;

0 commit comments

Comments
 (0)