Skip to content

Commit 032628e

Browse files
committed
Updated publish version to 0.0.4
1 parent 89afff7 commit 032628e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/io/insource/build/Publishing.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package io.insource.build
33
object Publishing {
44
val groupId = "io.insource"
55
val artifactId = "in-spring-zeromq"
6-
val version = "0.0.3"
6+
val version = "0.0.4"
77
val description = "Spring Boot enabled ZeromMQ integrations inspired by spring-rabbit and built on jzmq-api."
88
val url = "https://github.com/InSourceSoftware/in-spring-zeromq"
99
val license = "Mozilla Public License Version 2.0"

0 commit comments

Comments
 (0)