Skip to content

Commit

Permalink
🔖 [#315] Increment Klantinteracties API version to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbal committed Jan 16, 2025
1 parent f3aed0d commit 59dcf5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/openklant/components/klantinteracties/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.3
info:
title: klantinteracties
version: 0.0.3
version: 0.0.4
description: |2
Description WIP.
Expand Down
2 changes: 1 addition & 1 deletion src/openklant/conf/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

KLANTEN_API_VERSION = "1.0.0"
CONTACTMOMENTEN_API_VERSION = "1.0.0"
KLANTINTERACTIES_API_VERSION = "0.0.3"
KLANTINTERACTIES_API_VERSION = "0.0.4"
CONTACTGEGEVENS_API_VERSION = "1.0.0"

REST_FRAMEWORK = BASE_REST_FRAMEWORK.copy()
Expand Down

0 comments on commit 59dcf5e

Please sign in to comment.