Skip to content

Commit 659695a

Browse files
committed
chore: 프로젝트 버전 변경(1.0.1 -> 1.0.2)
1 parent 4fe5e48 commit 659695a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM openjdk:17-oracle
2-
ARG JAR_FILE=build/libs/Mukvengers-1.0.1.jar
2+
ARG JAR_FILE=build/libs/Mukvengers-1.0.2.jar
33
ENV MY_SERVER=${MY_SERVER} \
44
AWS_ACCESS_KEY=${AWS_ACCESS_KEY} \
55
AWS_SECRET_KEY=${AWS_SECRET_KEY} \

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
}
1212

1313
group = 'com.prgrms'
14-
version = '1.0.1'
14+
version = '1.0.2'
1515
sourceCompatibility = '17'
1616

1717
configurations {
@@ -42,7 +42,7 @@ openapi3 {
4242
setServer(env.MY_SERVER.orElse("http://localhost:8080")) // Swagger 서버 설정
4343
title = "KKINI API Document"
4444
description = "Spring REST Docs with SwaggerUI."
45-
version = "1.0.1"
45+
version = "1.0.2"
4646
format = "yaml"
4747
}
4848

0 commit comments

Comments
 (0)