Skip to content

Commit

Permalink
Version and release date bump
Browse files Browse the repository at this point in the history
  • Loading branch information
apcarp committed Aug 11, 2023
1 parent d5bd76a commit fffb016
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ plugins {
}

description = "MYA web-based query tool"
version = '4.0.1'
version = '5.0.0'

ext {
releaseDate = 'June 20, 2023'
releaseDate = 'Aug 11, 2023'
}

tasks.withType(JavaCompile) {
Expand Down Expand Up @@ -65,4 +65,4 @@ war {
String line -> line.replaceAll("@RELEASE_DATE@", releaseDate)
}
}
}
}

0 comments on commit fffb016

Please sign in to comment.