Skip to content

Commit c70f26d

Browse files
lucasoaresgithub-actions[bot]
authored andcommitted
build: 0.0.6 release
1 parent 8dceef3 commit c70f26d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.6-SNAPSHOT</PackageVersion>
10+
<PackageVersion>0.0.6</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>

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.6-SNAPSHOT"
5+
const Version = "0.0.6"

java/pom.xml

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

55
<groupId>br.com.blipai</groupId>
66
<artifactId>deckard</artifactId>
7-
<version>0.0.6-SNAPSHOT</version>
7+
<version>0.0.6</version>
88

99
<name>deckard</name>
1010
<description>Client for Deckard - A Cyclic Priority Queue (CPQ)</description>

0 commit comments

Comments
 (0)