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 77 <RootNamespace >Takenet.Deckard</RootNamespace >
88 <Company >Takenet</Company >
99 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
10- <PackageVersion >0.0.39-SNAPSHOT </PackageVersion >
10+ <PackageVersion >0.0.39</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 >
Original file line number Diff line number Diff 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.38
31+ version : 0.0.39
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.38 "
38+ appVersion : " 0.0.39 "
3939
4040keywords :
4141 - deckard
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ package project
22
33const Name = "deckard"
44const DisplayName = "Deckard"
5- const Version = "0.0.39-SNAPSHOT "
5+ const Version = "0.0.39"
Original file line number Diff line number Diff line change 44
55 <groupId >ai.blip</groupId >
66 <artifactId >deckard</artifactId >
7- <version >0.0.39-SNAPSHOT </version >
7+ <version >0.0.39</version >
88
99 <name >${project.groupId} :${project.artifactId} </name >
1010 <description >Client for Deckard - A Highly Scalable Cyclic Priority Queue</description >
You can’t perform that action at this time.
0 commit comments