Skip to content

Commit

Permalink
Updated publish version to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sjohnr committed Jan 7, 2021
1 parent 89afff7 commit 032628e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/io/insource/build/Publishing.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package io.insource.build
object Publishing {
val groupId = "io.insource"
val artifactId = "in-spring-zeromq"
val version = "0.0.3"
val version = "0.0.4"
val description = "Spring Boot enabled ZeromMQ integrations inspired by spring-rabbit and built on jzmq-api."
val url = "https://github.com/InSourceSoftware/in-spring-zeromq"
val license = "Mozilla Public License Version 2.0"
Expand Down

0 comments on commit 032628e

Please sign in to comment.