Skip to content

Commit

Permalink
Release v6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalgrimaud committed Jan 17, 2021
1 parent b3fd53f commit ad3cba6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"JHIPSTER_REGISTRY_VERSION": {
"description": "Version of the registry to deploy.",
"value": "6.5.0"
"value": "6.6.0"
}
},
"buildpacks": [{ "url": "heroku/jvm" }, { "url": "https://github.com/jhipster/jhipster-registry-buildpack" }]
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jhipster-registry",
"version": "6.5.0",
"version": "6.6.0",
"description": "JHipster service registry, made with Netflix Eureka and Spring Cloud Config",
"private": true,
"cacheDirectories": [
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.github.jhipster.registry</groupId>
<artifactId>jhipster-registry</artifactId>
<version>6.5.0</version>
<version>6.6.0</version>
<packaging>jar</packaging>
<name>JHipster Registry</name>
<description>JHipster service registry, made with Netflix Eureka and Spring Cloud Config</description>
Expand Down

0 comments on commit ad3cba6

Please sign in to comment.