Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
taes-kim committed Mar 31, 2023
1 parent e733a35 commit f9fa1fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ build/
!gradle/wrapper/gradle-wrapper.jar
/bin/
/env.bat
local.gradle.properties

### STS ###
.apt_generated
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {

allprojects {
group = "com.navercorp.eventeria"
version = "1.0.1-SNAPSHOT"
version = "1.0.1"
}

subprojects {
Expand Down

0 comments on commit f9fa1fd

Please sign in to comment.