Skip to content

Commit

Permalink
Version to 4.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sorghumking committed Apr 1, 2024
1 parent c89cb29 commit 01d1996
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/correlatorMac.spec
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ app = BUNDLE(
name='Correlator.app',
icon='icons/correlator.icns',
bundle_identifier=None,
version='4.5.3'
version='4.5.4'
)
2 changes: 1 addition & 1 deletion app/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from __future__ import print_function
BaseVersion = "4.5.3"
BaseVersion = "4.5.4"
VersionSuffix = ""
LongVersionSuffix = ""

Expand Down

0 comments on commit 01d1996

Please sign in to comment.