Skip to content

Commit

Permalink
update version to 1.5.0
Browse files Browse the repository at this point in the history
several fixes since 1.4.0, but i definitely need to find a better
release mechanism than this.

Signed-off-by: Jacob Salmela <jacob.salmela@hpe.com>
  • Loading branch information
jacobsalmela committed Oct 1, 2024
1 parent 7d03385 commit feb4b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tccutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
util_name = os.path.basename(sys.argv[0])

# Utility Version
util_version = '1.4.0'
util_version = '1.5.0'

# Current OS X version
osx_version = version(mac_ver()[0]) # mac_ver() returns 10.16 for Big Sur instead 11.+
Expand Down

0 comments on commit feb4b31

Please sign in to comment.