File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
<RootNamespace >Takenet.Deckard</RootNamespace >
8
8
<Company >Takenet</Company >
9
9
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
10
- <PackageVersion >0.0.31-SNAPSHOT </PackageVersion >
10
+ <PackageVersion >0.0.31</PackageVersion >
11
11
<Title >Client for Deckard - A Cyclic Priority Queue (CPQ)</Title >
12
12
<Description >Deckard is a messaging system inspired by projects like: Google Cloud PubSub, Nats, Kafka and others.</Description >
13
13
<PackageProjectUrl >https://github.com/takenet/deckard</PackageProjectUrl >
Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ type: application
28
28
# to the chart and its templates, including the app version.
29
29
# Versions are expected to follow Semantic Versioning (https://semver.org/)
30
30
# In deckard's main branch it will be always the latest release version
31
- version : 0.0.30
31
+ version : 0.0.31
32
32
33
33
# This is the version number of the application being deployed. This version number should be
34
34
# incremented each time you make changes to the application. Versions are not expected to
35
35
# follow Semantic Versioning. They should reflect the version the application is using.
36
36
# It is recommended to use it with quotes.
37
37
# In deckard's main branch it will be always the latest release version
38
- appVersion : " 0.0.30 "
38
+ appVersion : " 0.0.31 "
39
39
40
40
keywords :
41
41
- deckard
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ package project
2
2
3
3
const Name = "deckard"
4
4
const DisplayName = "Deckard"
5
- const Version = "0.0.31-SNAPSHOT "
5
+ const Version = "0.0.31"
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >ai.blip</groupId >
6
6
<artifactId >deckard</artifactId >
7
- <version >0.0.31-SNAPSHOT </version >
7
+ <version >0.0.31</version >
8
8
9
9
<name >${project.groupId} :${project.artifactId} </name >
10
10
<description >Client for Deckard - A Highly Scalable Cyclic Priority Queue</description >
You can’t perform that action at this time.
0 commit comments