diff --git a/csharp/Deckard.csproj b/csharp/Deckard.csproj index 3d30575..36d1220 100644 --- a/csharp/Deckard.csproj +++ b/csharp/Deckard.csproj @@ -7,7 +7,7 @@ Takenet.Deckard Takenet true - 0.0.10-SNAPSHOT + 0.0.10 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 3a1cd47..d8fc060 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.10-SNAPSHOT" +const Version = "0.0.10" diff --git a/java/pom.xml b/java/pom.xml index 245649d..255151c 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -4,7 +4,7 @@ br.com.blipai deckard - 0.0.10-SNAPSHOT + 0.0.10 deckard Client for Deckard - A Cyclic Priority Queue (CPQ)