Skip to content

Commit 4dd83ba

Browse files
lucasoaresgithub-actions[bot]
authored andcommitted
build: 0.0.28 release
1 parent aa5f4e7 commit 4dd83ba

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

csharp/Deckard.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<RootNamespace>Takenet.Deckard</RootNamespace>
88
<Company>Takenet</Company>
99
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
10-
<PackageVersion>0.0.28-SNAPSHOT</PackageVersion>
10+
<PackageVersion>0.0.28</PackageVersion>
1111
<Title>Client for Deckard - A Cyclic Priority Queue (CPQ)</Title>
1212
<Description>Deckard is a messaging system inspired by projects like: Google Cloud PubSub, Nats, Kafka and others.</Description>
1313
<PackageProjectUrl>https://github.com/takenet/deckard</PackageProjectUrl>

helm/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ type: application
2828
# to the chart and its templates, including the app version.
2929
# Versions are expected to follow Semantic Versioning (https://semver.org/)
3030
# In deckard's main branch it will be always the latest release version
31-
version: 0.0.27
31+
version: 0.0.28
3232

3333
# This is the version number of the application being deployed. This version number should be
3434
# incremented each time you make changes to the application. Versions are not expected to
3535
# follow Semantic Versioning. They should reflect the version the application is using.
3636
# It is recommended to use it with quotes.
3737
# In deckard's main branch it will be always the latest release version
38-
appVersion: "0.0.27"
38+
appVersion: "0.0.28"
3939

4040
keywords:
4141
- deckard

internal/project/project.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ package project
22

33
const Name = "deckard"
44
const DisplayName = "Deckard"
5-
const Version = "0.0.28-SNAPSHOT"
5+
const Version = "0.0.28"

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>ai.blip</groupId>
66
<artifactId>deckard</artifactId>
7-
<version>0.0.28-SNAPSHOT</version>
7+
<version>0.0.28</version>
88

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

0 commit comments

Comments
 (0)