We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00d8598 commit 2347c06Copy full SHA for 2347c06
build.gradle
@@ -7,7 +7,7 @@ plugins {
7
}
8
9
group = 'com.imsweb'
10
-version = '1.2'
+version = '1.3-SNAPSHOT' // don't forget to update the CHANGELOG.md file if you are making a final release...
11
description = 'Java client library for parsing x12 files'
12
13
// UTF-8 for all compilation tasks
0 commit comments