diff --git a/csharp/Deckard.csproj b/csharp/Deckard.csproj index af604eb..523e409 100644 --- a/csharp/Deckard.csproj +++ b/csharp/Deckard.csproj @@ -7,7 +7,7 @@ <RootNamespace>Takenet.Deckard</RootNamespace> <Company>Takenet</Company> <GeneratePackageOnBuild>true</GeneratePackageOnBuild> - <PackageVersion>0.0.36-SNAPSHOT</PackageVersion> + <PackageVersion>0.0.36</PackageVersion> <Title>Client for Deckard - A Cyclic Priority Queue (CPQ)</Title> <Description>Deckard is a messaging system inspired by projects like: Google Cloud PubSub, Nats, Kafka and others.</Description> <PackageProjectUrl>https://github.com/takenet/deckard</PackageProjectUrl> diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 4fbf1b2..1b153f8 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.35 +version: 0.0.36 # 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.35" +appVersion: "0.0.36" keywords: - deckard diff --git a/internal/project/project.go b/internal/project/project.go index 776f933..5834fba 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.36-SNAPSHOT" +const Version = "0.0.36" diff --git a/java/pom.xml b/java/pom.xml index 1c60ea9..427a0f7 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -4,7 +4,7 @@ <groupId>ai.blip</groupId> <artifactId>deckard</artifactId> - <version>0.0.36-SNAPSHOT</version> + <version>0.0.36</version> <name>${project.groupId}:${project.artifactId}</name> <description>Client for Deckard - A Highly Scalable Cyclic Priority Queue</description>