mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-23 08:00:23 +00:00
[release]
This commit is contained in:
parent
5868fcfd33
commit
57ebe195cf
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ components from it when it is run in a development environment.
|
|||
Note that in case the current master branch is ahead of the latest release, it might happen that there are some incompatibilities when loading data from your local XPipe installation.
|
||||
You should therefore always check out the matching version tag for your local repository and local XPipe installation.
|
||||
You can find the available version tags at https://github.com/xpipe-io/xpipe/tags.
|
||||
So for example if you currently have XPipe `11.3` installed, you should run `git reset --hard 11.3` first to properly compile against it.
|
||||
So for example if you currently have XPipe `13.0` installed, you should run `git reset --hard 13.0` first to properly compile against it.
|
||||
|
||||
You need to have JDK for Java 22 installed to compile the project.
|
||||
If you are on Linux or macOS, you can easily accomplish that by running
|
||||
|
|
|
@ -24,7 +24,7 @@ info:
|
|||
contact:
|
||||
name: XPipe - Contact us
|
||||
url: mailto:hello@xpipe.io
|
||||
version: "11.3"
|
||||
version: "13.0"
|
||||
externalDocs:
|
||||
description: XPipe - Plans and pricing
|
||||
url: https://xpipe.io/pricing
|
||||
|
|
Loading…
Reference in a new issue