Skip to content

Commit

Permalink
Make the version a release candidate (#24)
Browse files Browse the repository at this point in the history
Still not production ready, since it's missing functionality ✨

Signed-off-by: eliflores <[email protected]>
  • Loading branch information
eliflores authored May 10, 2022
1 parent 2df86ee commit c85ddf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ publishing {
maven(MavenPublication) {
groupId = 'com.github.eliflores.tools'
artifactId = 'eliflores-little-tools'
version = "0.1-SNAPSHOT"
version = "0.0.1-rc-1"
from components.java

pom {
Expand Down

0 comments on commit c85ddf8

Please sign in to comment.