Skip to content

Commit

Permalink
refactor: update hale and hale-cli SNAPSHOT
Browse files Browse the repository at this point in the history
Update the haleVersion and hale-cli version to release version '5.1.0'

ING-4011
  • Loading branch information
emanuelaepure10 committed Mar 4, 2024
1 parent 43afb7b commit cc8a498
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ targetCompatibility = JavaVersion.VERSION_17
group = 'to.wetransform'

project.ext {
haleVersion = '5.1.0-SNAPSHOT'
haleVersion = '5.1.0'
groovyVersion = '2.5.19'
}

version = '5.1.0-SNAPSHOT'
version = '5.1.0'

/*
* Dependencies
Expand Down

0 comments on commit cc8a498

Please sign in to comment.