Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrezm committed Aug 31, 2022
1 parent c09ebc8 commit 03e69bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/tsuserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def __init__(self, protocol: AOProtocol = None,
self.major_version = 3
self.minor_version = 4
self.segment_version = 'post2'
self.internal_version = 'M220830a'
self.internal_version = '220830a'
version_string = self.get_version_string()
self.software = 'TsuserverDR {}'.format(version_string)
self.version = 'TsuserverDR {} ({})'.format(version_string, self.internal_version)
Expand Down

0 comments on commit 03e69bd

Please sign in to comment.