Skip to content

Commit

Permalink
Increate patch version (#102)
Browse files Browse the repository at this point in the history
Fix patch version, so the it's possible to fetch new version.
  • Loading branch information
rgildein authored Aug 1, 2023
1 parent 74d7aae commit 24f2fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/charms/operator_libs_linux/v0/grub.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def _on_remove(self, _):

# Increment this PATCH version before using `charmcraft publish-lib` or reset
# to 0 if you are raising the major API version
LIBPATCH = 1
LIBPATCH = 2

GRUB_DIRECTORY = Path("/etc/default/grub.d/")
CHARM_CONFIG_PREFIX = "90-juju"
Expand Down

0 comments on commit 24f2fc5

Please sign in to comment.