Skip to content

Commit

Permalink
chore: 🔖 updated version in constant interface for abapgit
Browse files Browse the repository at this point in the history
  • Loading branch information
miggi92 authored Apr 24, 2024
1 parent 65c9b1e commit 45f0eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zif_odata_constants.intf.abap
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
INTERFACE zif_odata_constants
PUBLIC.

CONSTANTS gc_version TYPE string VALUE '1.0.1'.
CONSTANTS gc_version TYPE string VALUE '1.1.0'.
CONSTANTS: BEGIN OF gc_global_entities,
value_help TYPE string VALUE 'valueHelp',
documents TYPE string VALUE 'globalDocuments',
Expand Down

0 comments on commit 45f0eab

Please sign in to comment.