Skip to content

Commit

Permalink
build: 0.0.28 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasoares authored and github-actions[bot] committed Feb 5, 2024
1 parent aa5f4e7 commit 4dd83ba
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion csharp/Deckard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<RootNamespace>Takenet.Deckard</RootNamespace>
<Company>Takenet</Company>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageVersion>0.0.28-SNAPSHOT</PackageVersion>
<PackageVersion>0.0.28</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>
Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.27
version: 0.0.28

# 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.27"
appVersion: "0.0.28"

keywords:
- deckard
Expand Down
2 changes: 1 addition & 1 deletion internal/project/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ package project

const Name = "deckard"
const DisplayName = "Deckard"
const Version = "0.0.28-SNAPSHOT"
const Version = "0.0.28"
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>ai.blip</groupId>
<artifactId>deckard</artifactId>
<version>0.0.28-SNAPSHOT</version>
<version>0.0.28</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>Client for Deckard - A Highly Scalable Cyclic Priority Queue</description>
Expand Down

0 comments on commit 4dd83ba

Please sign in to comment.