Skip to content

Commit aa5363e

Browse files
Updated version in a few places
1 parent ebdc702 commit aa5363e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Demos/Dropwizard/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SHELL=CMD
22

3-
COMPARISON_VERSION = 22.11
3+
COMPARISON_VERSION = 23.1
44

55
# Groupdocs.Comparison for Java - Dropwizard sample
66

Demos/Dropwizard/docker/Dockerfile-openjdk11-bullseye

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ENV FILES_DIR "DocumentSamples"
3333
ENV RESULT_DIR "DocumentSamples"
3434
ENV HOST_ADDRESS ""
3535

36-
LABEL version="22.11" \
36+
LABEL version="23.1" \
3737
maintainer="GroupDocs Team" \
3838
url="https://products.groupdocs.com/comparison/java" \
3939
documentation="https://docs.groupdocs.com/comparison/java" \

Demos/Spring/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Each can be used to run GroupDocs.Comparison for Java Spring sample
106106
Example:
107107

108108
```bash
109-
docker run -p 8080:8080 --name my-comparison --rm groupdocs/comparison:22.11-java-openjdk8-bullseye-spring
109+
docker run -p 8080:8080 --name my-comparison --rm groupdocs/comparison:23.1-java-openjdk8-bullseye-spring
110110
## Open http://localhost:8080/comparison/ in your favorite browser.
111111
```
112112

0 commit comments

Comments
 (0)