Skip to content

Commit 8148c17

Browse files
authored
Merge pull request #40 from MohamedRejeb/0.3x
Bump version to 0.4.0
2 parents f7f83a9 + df1727c commit 8148c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

convention-plugins/src/main/kotlin/root.publication.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
allprojects {
66
group = "com.mohamedrejeb.dnd"
7-
version = System.getenv("VERSION") ?: "0.3.0"
7+
version = System.getenv("VERSION") ?: "0.4.0"
88
}
99

1010
nexusPublishing {

0 commit comments

Comments
 (0)