diff --git a/build/conf.js b/build/conf.js index 5b03d14ad65b..2d1a7180193f 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 6ef68bb56d9d..515023aa9ce1 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"