Skip to content

Commit

Permalink
Release version 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vogti committed Jul 31, 2024
1 parent bb866e4 commit e21662c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'
- name: Cache Gradle packages
uses: actions/cache@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories {

group = 'org.chronos-eaas'
archivesBaseName = 'chronos-agent'
version = '2.5.0-SNAPSHOT'
version = '2.5.0'
description = 'Chronos Agent'

java {
Expand Down

0 comments on commit e21662c

Please sign in to comment.