Skip to content

Commit af74b34

Browse files
committed
Release version 2.4.1
1 parent 4f010c9 commit af74b34

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Reference implementation of an agent library written in Java. This library handl
55
## Getting Started
66

77
* Chronos Agent is published to Maven Central. Make sure that you have `mavenCentral()` to the `repositories` in your gradle build file.
8-
* Add `implementation group: 'org.chronos-eaas', name: 'chronos-agent', version: '2.3.5'` to your `dependencies`.
8+
* Add `implementation group: 'org.chronos-eaas', name: 'chronos-agent', version: '2.4.1'` to your `dependencies`.
99
* Extend the `AbstractChronosAgent` class, call `YourClass.start()` in your `main` method, and you are good to go!
1010
> Assuming that you already have a running [Chronos Control](https://github.com/Chronos-EaaS/Chronos-Control/) instance
1111

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repositories {
1515

1616
group 'org.chronos-eaas'
1717
archivesBaseName = "chronos-agent"
18-
version '2.4.1-SNAPSHOT'
18+
version '2.4.1'
1919

2020
description = "Chronos Agent"
2121

0 commit comments

Comments
 (0)