Skip to content

Commit

Permalink
Set release version to 1.3.0.RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
acogoluegnes committed May 28, 2024
1 parent 5bf95a6 commit 4daf3a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.rabbitmq</groupId>
<artifactId>stream-perf-test</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>

<name>RabbitMQ Stream Performance Testing Tool</name>
<description>A Java-based performance testing tool for RabbitMQ Stream.</description>
Expand Down
4 changes: 2 additions & 2 deletions release-versions.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
RELEASE_VERSION="1.2.0"
DEVELOPMENT_VERSION="1.2.0-SNAPSHOT"
RELEASE_VERSION="1.3.0.RC1"
DEVELOPMENT_VERSION="1.3.0-SNAPSHOT"
RELEASE_BRANCH="main"
LATEST=true

0 comments on commit 4daf3a8

Please sign in to comment.