Skip to content

Commit

Permalink
build: Mark v2.0 release
Browse files Browse the repository at this point in the history
This change updates the version numbers officially to v2.0 in order to
start the release process.
  • Loading branch information
fabianishere committed May 10, 2021
1 parent 6d2b140 commit 4711180
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ plugins {

allprojects {
group = "org.opendc"
version = "2.0-rc1"
version = "2.0"
}
2 changes: 1 addition & 1 deletion opendc-web/opendc-web-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opendc-frontend",
"version": "0.1.0",
"version": "2.0",
"description": "The user-facing component of the OpenDC stack, allowing users to build and interact with their own (virtual) datacenters.",
"keywords": [
"opendc",
Expand Down

0 comments on commit 4711180

Please sign in to comment.