Skip to content

Commit c0bc19d

Browse files
committed
Development: Bump version to 8.6.0 (minor update)
1 parent 0f1fbc4 commit c0bc19d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ Refer to [Using JHipster in production](http://www.jhipster.tech/production) for
205205
The following command can automate the deployment to a server. The example shows the deployment to the main Artemis test server (which runs a virtual machine):
206206

207207
```shell
208-
./artemis-server-cli deploy [email protected] -w build/libs/Artemis-8.5.1.war
208+
./artemis-server-cli deploy [email protected] -w build/libs/Artemis-8.6.0.war
209209
```
210210

211211
## Architecture

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ plugins {
3232
}
3333

3434
group = "de.tum.cit.aet.artemis"
35-
version = "8.5.1"
35+
version = "8.6.0"
3636
description = "Interactive Learning with Individual Feedback"
3737

3838
java {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "artemis",
3-
"version": "8.5.1",
3+
"version": "8.6.0",
44
"description": "Interactive Learning with Individual Feedback",
55
"private": true,
66
"license": "MIT",

0 commit comments

Comments
 (0)