Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

Commit

Permalink
fixed version, added browse-messages to the release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Wierenga committed Feb 24, 2020
1 parent c819e0e commit f700947
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ organization := "com.antonwierenga"

name := "amazonmq-cli"

version := "0.6.0"
version := "0.0.0"

scalaVersion := "2.11.6"

Expand Down
1 change: 1 addition & 0 deletions src/main/scala/amazonmq/cli/AmazonMQCLI.scala
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ object AmazonMQCLI extends App {
"v0.0.0" List(
"New shell command 'add-queue'",
"New shell command 'add-topic'",
"New shell command 'browse-messages'",
"New shell command 'connect'",
"New shell command 'copy-messages '",
"New shell command 'disconnect'",
Expand Down

0 comments on commit f700947

Please sign in to comment.