Skip to content
This repository has been archived by the owner on Oct 14, 2021. It is now read-only.

Commit

Permalink
Merge pull request #138 from gdams/release
Browse files Browse the repository at this point in the history
remove beta tag
  • Loading branch information
johnoliver committed Mar 30, 2020
2 parents 7a7a889 + a0051a1 commit 9e6c27d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const val DESCRIPTION = "<li><strong>NOTICE:</strong> AdoptOpenJDK API v1 Has no
Server(url = ServerConfig.SERVER),
Server(url = "https://staging-api.adoptopenjdk.net")
],
info = Info(title = "v3", version = "3.0.0-beta", description = DESCRIPTION))
info = Info(title = "v3", version = "3.0.0", description = DESCRIPTION))
@ApplicationPath("/v3")
class V3 : Application() {

Expand Down

0 comments on commit 9e6c27d

Please sign in to comment.