Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
edigonzales committed Oct 17, 2023
1 parent 1380ef0 commit a164bd5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gretl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ jobs:
org.opencontainers.image.version=2.2.${{ github.run_number }}
org.opencontainers.image.base.name=docker.io/bellsoft/liberica-openjdk-alpine:8u333-2
tags: |
type=raw,value=2.2.${{ github.run_number }},enable=true,priority=200
type=raw,value=2.2,enable=true,priority=200
type=raw,value=2.3.${{ github.run_number }},enable=true,priority=200
type=raw,value=2.3,enable=true,priority=200
type=raw,value=2,enable=true,priority=200
type=raw,value=latest,enable=true,priority=200
Expand Down
2 changes: 1 addition & 1 deletion runtimeImage/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ configurations.all {
}

dependencies {
api 'ch.so.agi:gretl:2.2.+'
api 'ch.so.agi:gretl:2.3.+'

// Add 3rd party libs which we want in the docker image.
api 'de.undercouch:gradle-download-task:4.1.2'
Expand Down
2 changes: 1 addition & 1 deletion versioning.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if (System.env.BUILD_NUMBER) {
buildNumber = System.env.GITHUB_RUN_NUMBER
}

version = new ProjectVersion(2, 2, buildNumber)
version = new ProjectVersion(2, 3, buildNumber)

class ProjectVersion {
Integer major
Expand Down

0 comments on commit a164bd5

Please sign in to comment.