diff --git a/modules/restapi/src/main/resources/sharry-openapi.yml b/modules/restapi/src/main/resources/sharry-openapi.yml index add43f11..1d60639c 100644 --- a/modules/restapi/src/main/resources/sharry-openapi.yml +++ b/modules/restapi/src/main/resources/sharry-openapi.yml @@ -2,7 +2,7 @@ openapi: 3.0.0 info: title: Sharry - version: 1.9.0-SNAPSHOT + version: 1.9.0 description: | Sharry provides a way to share files with others in a convenient way. The core functionality is provided by a server that can be diff --git a/version.sbt b/version.sbt index 01c201ba..aa3b234f 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "1.9.0-SNAPSHOT" +ThisBuild / version := "1.9.0"