diff --git a/build/conf.js b/build/conf.js index f3c58572ce988e6f0023365e5d5cab195b978992..0e7cfe7a578d14c0208ad267db7e031f73c1c601 100644 --- a/build/conf.js +++ b/build/conf.js @@ -59,7 +59,7 @@ const version = { /** * Current release version of the project. */ - release: 'v1.10.0', + release: 'v1.10.1', /** * Version name of the head release of the project. */ diff --git a/package.json b/package.json index 4d8bf83a9b9dd7ed5d91e3e9e5f519c08e6cbba1..ae0dbad6a40491b44b18c40614329abc15f417e3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "//-1-//": "Specification of this file can be found at: https://docs.npmjs.com/files/package.json", "name": "kubernetes-dashboard", - "version": "1.10.0", + "version": "1.10.1", "repository": { "type": "git", "url": "https://github.com/kubernetes/dashboard.git"