Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
zubri committed Jun 13, 2023
1 parent 1421335 commit cb54ed4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Prowide Core - CHANGELOG

#### 9.4.1-SNAPSHOT
#### 9.4.1 - June 2023
* (GH-163) Remove unnecessary padding in sender and receiver in AbstractMT#creeate(number, sender, receiver) method
* (PW-1323) Fixing missing pattern issue in Field44J

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ scmVersion {
}
}
//project.version = "${SRU}-${scmVersion.version}"
project.version = "${SRU}-9.4.1-SNAPSHOT"
project.version = "${SRU}-9.4.1"

tasks.withType(JavaCompile) {
options.encoding = 'UTF-8'
Expand Down

0 comments on commit cb54ed4

Please sign in to comment.