Skip to content

Commit

Permalink
Bump version to 1.4.rc3.
Browse files Browse the repository at this point in the history
  • Loading branch information
skinny85 committed Jan 27, 2024
1 parent 82bbfb4 commit 2efc24e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group 'cc.jilt' // we need a domain we own for Maven Central, and jilt.org is scalped
version '1.3'
version '1.4.rc3'

shadowJar {
relocate 'com.squareup', 'org.jilt.shaded.com.squareup'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ protected final AnnotationSpec generatedAnnotation() throws Exception {
Class<?> generatedAnnotationClass = determineGeneratedAnnotationClass();
return AnnotationSpec
.builder(generatedAnnotationClass)
.addMember("value", "$S", "Jilt-1.3")
.addMember("value", "$S", "Jilt-1.4.rc3")
.build();
}

Expand Down

0 comments on commit 2efc24e

Please sign in to comment.