diff --git a/build/conf.js b/build/conf.js index 5b03d14ad65bcb34138812edf9b22c1b61188a0a..2d1a7180193f8fa5b19fd534b5077131f6e88a72 100644 --- a/build/conf.js +++ b/build/conf.js @@ -44,7 +44,7 @@ const version = { /** * Current release version of the project. */ - release: 'v1.0.0-beta1', + release: 'v1.0.0', /** * Version name of the canary release of the project. */ diff --git a/package.json b/package.json index 6ef68bb56d9d567cc72a891483d568ca6aff1d40..515023aa9ce1c076183535f4959553943a146763 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "//": "Specification of this file can be found at: https://docs.npmjs.com/files/package.json", "name": "kubernetes-dashboard", - "version": "1.0.0-beta1", + "version": "1.0.0", "repository": { "type": "git", "url": "https://github.com/kubernetes/dashboard.git"