Skip to content

Commit

Permalink
Release version 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vogti committed Jun 5, 2022
1 parent 3788c3e commit c9b466b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Reference implementation of an agent library written in Java. This library handl
## Getting Started

* Chronos Agent is published to Maven Central. Make sure that you have `mavenCentral()` to the `repositories` in your gradle build file.
* Add `implementation group: 'org.chronos-eaas', name: 'chronos-agent', version: '2.3.3'` to your `dependencies`.
* Add `implementation group: 'org.chronos-eaas', name: 'chronos-agent', version: '2.3.4'` to your `dependencies`.
* Extend the `AbstractChronosAgent` class, call `YourClass.start()` in your `main` method, and you are good to go!
> Assuming that you already have a running [Chronos Control](https://github.com/Chronos-EaaS/Chronos-Control/) instance
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {

group 'org.chronos-eaas'
archivesBaseName = "chronos-agent"
version '2.3.3-SNAPSHOT'
version '2.3.4'

description = "Chronos Agent"

Expand Down

0 comments on commit c9b466b

Please sign in to comment.