diff --git a/data/constants.ts b/data/constants.ts index dfbcd4c76..e877a8da6 100644 --- a/data/constants.ts +++ b/data/constants.ts @@ -1,2 +1,2 @@ export const REPO_URL = 'ajnart/homarr'; -export const CURRENT_VERSION = 'v0.9.2'; +export const CURRENT_VERSION = 'v0.10.0'; diff --git a/package.json b/package.json index 36aa236fd..50126516c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homarr", - "version": "0.9.2", + "version": "0.10.0", "description": "Homarr - A homepage for your server.", "license": "MIT", "repository": {