Skip to content

Commit

Permalink
remove beta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams committed Mar 30, 2020
1 parent c73acf2 commit a0051a1
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 a0051a1

Please sign in to comment.