Skip to content

Commit f7bc437

Browse files
chore(release): v0.1.0 프로젝트 기본 설정 [skip version]
1 parent 4ed4413 commit f7bc437

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!-- vm-banner-start -->
2+
🔧 **Version Management 자동 변경 이력**
3+
4+
이 파일은 중앙 배포 워크플로(**Version Management**)가 자동 생성·유지합니다.
5+
This file is automatically generated and maintained by the centralized workflow (**Version Management**).
6+
제작자(Author): **Chuseok22** · https://github.com/Chuseok22
7+
워크플로 저장소(Workflow repository): https://github.com/Chuseok22/version-management
8+
9+
※ 절대로 이 파일을 임의로 수정하지 마세요
10+
※ Do not edit this file manually.
11+
<!-- vm-banner:end -->
12+
13+
# Chuseok22 Version Changelog
14+
15+
## [0.1.0] - 2026-01-05
16+
17+
**minor**: 프로젝트 기본 설정
18+
- commit: `4ed4413`

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212

1313
allprojects {
1414
group = "com.chuseok22"
15-
version = "0.0.1-SNAPSHOT"
15+
version = "0.1.0"
1616
description = "campus-table-server"
1717

1818
repositories {

0 commit comments

Comments
 (0)