diff --git a/csharp/Deckard.csproj b/csharp/Deckard.csproj index b213004..a21beef 100644 --- a/csharp/Deckard.csproj +++ b/csharp/Deckard.csproj @@ -7,7 +7,7 @@ Takenet.Deckard Takenet true - 0.0.28 + 0.0.29-SNAPSHOT Client for Deckard - A Cyclic Priority Queue (CPQ) Deckard is a messaging system inspired by projects like: Google Cloud PubSub, Nats, Kafka and others. https://github.com/takenet/deckard diff --git a/internal/project/project.go b/internal/project/project.go index 9f35d95..fdaaf8d 100644 --- a/internal/project/project.go +++ b/internal/project/project.go @@ -2,4 +2,4 @@ package project const Name = "deckard" const DisplayName = "Deckard" -const Version = "0.0.28" +const Version = "0.0.29-SNAPSHOT" diff --git a/java/pom.xml b/java/pom.xml index a696b7b..3584b35 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -4,7 +4,7 @@ ai.blip deckard - 0.0.28 + 0.0.29-SNAPSHOT ${project.groupId}:${project.artifactId} Client for Deckard - A Highly Scalable Cyclic Priority Queue