Skip to content

Commit

Permalink
Release version 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vogti committed Jun 21, 2022
1 parent 4f010c9 commit af74b34
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.5'` to your `dependencies`.
* Add `implementation group: 'org.chronos-eaas', name: 'chronos-agent', version: '2.4.1'` 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 @@ -15,7 +15,7 @@ repositories {

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

description = "Chronos Agent"

Expand Down

0 comments on commit af74b34

Please sign in to comment.