diff --git a/lerna.json b/lerna.json index eacb28bf0..7c87e6ba2 100755 --- a/lerna.json +++ b/lerna.json @@ -74,5 +74,5 @@ "ignoreChanges": [ "**/*.md" ], - "version": "1.0.0-beta.3" + "version": "1.0.0-beta.4" } \ No newline at end of file diff --git a/platform/frontend/src/external_layer/ui/app/utils/utils/config/VersionConfig.res b/platform/frontend/src/external_layer/ui/app/utils/utils/config/VersionConfig.res index e6d672bd4..cca536360 100755 --- a/platform/frontend/src/external_layer/ui/app/utils/utils/config/VersionConfig.res +++ b/platform/frontend/src/external_layer/ui/app/utils/utils/config/VersionConfig.res @@ -1 +1 @@ -let getPlatformVersion = () => "1.0.0-beta.3" +let getPlatformVersion = () => "1.0.0-beta.4"