Skip to content

Commit

Permalink
Merge pull request #850 from catenax-ng/chore/fix-build
Browse files Browse the repository at this point in the history
Chore/fix build
  • Loading branch information
ds-ext-kmassalski authored Apr 5, 2024
2 parents 7bec6ad + f7e70b6 commit b64049e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/irs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- 'charts/**'
- '.config/**'
- 'docs/**'
- '!docs/src/api/**'
- 'local/**'
- 'CHANGELOG.md'
push:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public class IrsApplication {
/**
* The IRS API version.
*/
public static final String API_VERSION = "4.8.0";
public static final String API_VERSION = "4.9.0";

/**
* The URL prefix for IRS API URLs.
Expand Down

0 comments on commit b64049e

Please sign in to comment.