Skip to content

Commit

Permalink
build: 0.0.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasoares authored and github-actions[bot] committed Feb 23, 2023
1 parent ef349e5 commit 745a403
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.7-SNAPSHOT</PackageVersion>
<PackageVersion>0.0.7</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
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.7-SNAPSHOT"
const Version = "0.0.7"
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>br.com.blipai</groupId>
<artifactId>deckard</artifactId>
<version>0.0.7-SNAPSHOT</version>
<version>0.0.7</version>

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

0 comments on commit 745a403

Please sign in to comment.