Skip to content

Commit

Permalink
bump to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisaaronland committed Feb 16, 2022
1 parent 79a6f2c commit 4871e10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ FROM openjdk:17-slim

RUN mkdir /usr/local/jar

COPY --from=builder /usr/src/dogeared-extruder/target/extruder-1.0.jar /usr/local/jar/dogeared-extruder.jar
COPY --from=builder /usr/src/dogeared-extruder/target/extruder-1.1.jar /usr/local/jar/dogeared-extruder.jar
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>info.aaronland.extruder</groupId>
<artifactId>extruder</artifactId>
<version>1.0</version>
<version>1.1</version>

<dependencies>

Expand Down

0 comments on commit 4871e10

Please sign in to comment.