From 4a7102230700d40d95f576aea2776a5e09c35530 Mon Sep 17 00:00:00 2001 From: lucasoares Date: Mon, 21 Oct 2024 18:02:15 +0000 Subject: [PATCH] build: 0.0.29 release --- csharp/Deckard.csproj | 2 +- helm/Chart.yaml | 4 ++-- internal/project/project.go | 2 +- java/pom.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/csharp/Deckard.csproj b/csharp/Deckard.csproj index a21beef..001673d 100644 --- a/csharp/Deckard.csproj +++ b/csharp/Deckard.csproj @@ -7,7 +7,7 @@ Takenet.Deckard Takenet true - 0.0.29-SNAPSHOT + 0.0.29 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/helm/Chart.yaml b/helm/Chart.yaml index 9d6244b..cb7c969 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -28,14 +28,14 @@ type: application # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) # In deckard's main branch it will be always the latest release version -version: 0.0.28 +version: 0.0.29 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. # In deckard's main branch it will be always the latest release version -appVersion: "0.0.28" +appVersion: "0.0.29" keywords: - deckard diff --git a/internal/project/project.go b/internal/project/project.go index fdaaf8d..40b6b00 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.29-SNAPSHOT" +const Version = "0.0.29" diff --git a/java/pom.xml b/java/pom.xml index 3584b35..9c6f879 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -4,7 +4,7 @@ ai.blip deckard - 0.0.29-SNAPSHOT + 0.0.29 ${project.groupId}:${project.artifactId} Client for Deckard - A Highly Scalable Cyclic Priority Queue