Skip to content

Commit

Permalink
bump version to 29
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmoura committed Aug 1, 2023
1 parent 7a6d239 commit 5a9b6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uaclient/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from uaclient.exceptions import ProcessExecutionError
from uaclient.system import subp

__VERSION__ = "28.1"
__VERSION__ = "29"
PACKAGED_VERSION = "@@PACKAGED_VERSION@@"

CANDIDATE_REGEX = r"Candidate: (?P<candidate>.*?)\n"
Expand Down

0 comments on commit 5a9b6a3

Please sign in to comment.