Skip to content

Commit

Permalink
Release 1.1.0 (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: taes-kim <[email protected]>
  • Loading branch information
taes-k and taes-kim authored Mar 31, 2023
1 parent 941a224 commit f42676d
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.1.0-SNAPSHOT"
version = "1.1.0"
}

subprojects {
Expand Down

0 comments on commit f42676d

Please sign in to comment.