Skip to content

Commit

Permalink
Merge pull request #52 from navikt/1.0.28
Browse files Browse the repository at this point in the history
Lagt til KLAGE i KravlinjeTypeEnum
  • Loading branch information
ehellerslien authored Jan 14, 2025
2 parents a0c65d9 + 28b7bad commit 0c28a1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>no.nav.pensjon.regler</groupId>
<artifactId>pensjon-regler-api</artifactId>
<version>1.0.27</version>
<version>1.0.28</version>
<packaging>jar</packaging>
<name>NAV :: Pensjon-Regler API</name>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ enum class KravlinjeTypeEnum {
TB,
UP,
UT,
UT_ET;
UT_ET,
KLAGE;
}

0 comments on commit 0c28a1b

Please sign in to comment.