Skip to content

Commit

Permalink
update def file
Browse files Browse the repository at this point in the history
  • Loading branch information
noronhaa committed Jul 24, 2021
1 parent 8eed87c commit 1030d56
Show file tree
Hide file tree
Showing 3 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 {

apply plugin: 'java'

def buildNumber = System.getenv("RELEASE_VERSION")?.replace("refs/tags/", "") ?: "7.3.1-prerelease"
def buildNumber = System.getenv("RELEASE_VERSION")?.replace("refs/tags/", "") ?: "7.3.2-prerelease"

group 'com.github.hmcts'

Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"CaseTypeID" : "FT_CRUD",
"CaseEventID" : "moveToStateNoCAccess",
"UserRole" : "caseworker-befta_master",
"CRUD" : "CRUD"
"CRUD" : "CUD"
}, {
"LiveFrom" : "01/01/2017",
"LiveTo" : "",
Expand Down

0 comments on commit 1030d56

Please sign in to comment.