We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a394eaf commit 161e62cCopy full SHA for 161e62c
build/conf.js
@@ -44,7 +44,7 @@ const version = {
44
/**
45
* Current release version of the project.
46
*/
47
- release: 'v1.0.0-beta1',
+ release: 'v1.0.0',
48
49
* Version name of the canary release of the project.
50
package.json
@@ -1,7 +1,7 @@
1
{
2
"//": "Specification of this file can be found at: https://docs.npmjs.com/files/package.json",
3
"name": "kubernetes-dashboard",
4
- "version": "1.0.0-beta1",
+ "version": "1.0.0",
5
"repository": {
6
"type": "git",
7
"url": "https://github.com/kubernetes/dashboard.git"
0 commit comments