Skip to content

Commit

Permalink
Update base_version to 0.34~ for 0.34 development
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Browning <[email protected]>
  • Loading branch information
rlbdv committed Oct 16, 2022
1 parent aa88189 commit 75b4ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bup/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

# The ~ in a version is a Debian-style "always less than" marker:
# https://www.debian.org/doc/debian-policy/ch-controlfields.html#version
base_version = b'0.33'
base_version = b'0.34~'

version = base_version
if version.endswith(b'~'):
Expand Down

0 comments on commit 75b4ad2

Please sign in to comment.