Skip to content

Commit

Permalink
release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Taack committed Apr 29, 2024
1 parent 97dafb0 commit aeb1875
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 @@ -17,7 +17,7 @@ buildscript {
}
}

ext.releaseVersion = '0.4.0-SNAPSHOT'
ext.releaseVersion = '0.4.0'
ext.isReleaseVersion = { -> !releaseVersion.endsWith('SNAPSHOT') }

version releaseVersion
Expand Down

0 comments on commit aeb1875

Please sign in to comment.