Skip to content

Commit 48a852c

Browse files
authored
Prepare for release
1 parent 3c0c9df commit 48a852c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onyxbackup-vm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def _print_vm_list(self, type, vms):
135135
self.logger.info(' {}: {}'.format(type, str))
136136

137137
def _setup(self):
138-
version = '1.1.0'
138+
version = '1.1.1'
139139
current_year = datetime.datetime.now().year
140140
copyright = 'Copyright (C) {} OnyxFire, Inc. <https://onyxfireinc.com>'.format(current_year)
141141
program_title = 'OnyxBackupVM {}'.format(version)

0 commit comments

Comments
 (0)